# About (/docs/settings/about)



This page displays basic information about the app, including its package name,
version, build type, supported ABIs, and installer source.

You can touch and hold (long-press) any item in the app to copy them to your
clipboard.

## 1. App [#1-app]

### 1.1. App Name [#11-app-name]

The display name of the application, e.g. <code>Webview Kiosk</code>

### 1.2. Package Name [#12-package-name]

The unique identifier for the app on different platforms:

* `com.nktnet.webview_kiosk` for Aurora Store and Google Play
* `uk.nktnet.webviewkiosk` for GitHub, F-Droid and IzzyOndroid as of [v0.15.7](https://github.com/nktnet1/webview-kiosk/releases/tag/v0.15.7)

### 1.3. Version [#13-version]

The version code and version name, e.g. `46 (0.18.0)`

### 1.4. Min SDK [#14-min-sdk]

The minimum supported SDK - e.g. `21` (Android 5, Lollipop)

### 1.5. Target SDK [#15-target-sdk]

The Android SDK level the app targets, e.g. `36` (Android 16, Baklava)

### 1.6. Debug Build [#16-debug-build]

Indicates whether the current build is a debug build, e.g. `true` / `false`

### 1.7. Installer Source [#17-installer-source]

The package or store that installed the app, e.g.:

* `dev.imranr.obtainium` → [Obtainium](https://obtainium.imranr.dev)
* `org.fdroid.fdroid` → [F-Droid](https://f-droid.org)
  * `com.looker.droidify` → [Droidify](https://droidify.eu.org)
  * `com.machiav3lli.fdroid` → [Neo Store](https://github.com/NeoApplications/Neo-Store)
* `com.android.vending` → [Google Play Store](https://play.google.com/store/apps)
  * `com.google.android.packageinstaller` → Default installer for APKs outside of Play Store
* `com.aurora.com` → [Aurora Store](https://auroraoss.com/aurora-store)

### 1.8. Device Owner [#18-device-owner]

Whether the app was set as the device owner or not, e.g. `true` / `false`

See [DevicePolicyManager.isDeviceOwnerApp](https://developer.android.com/reference/android/app/admin/DevicePolicyManager#isDeviceOwnerApp\(java.lang.String\)).

### 1.9. Lock Task Permitted [#19-lock-task-permitted]

Whether the app is allowed to use [Lock Task Mode](https://developer.android.com/work/dpc/dedicated-devices/lock-task-mode) or not, e.g. `true` / `false`
If no, [screen pinning](https://developer.android.com/about/versions/lollipop/android-5.0#ScreenPinning) will be the fallback.

See [DevicePolicyManager.isLockTaskPermitted](https://developer.android.com/reference/android/app/admin/DevicePolicyManager#isLockTaskPermitted\(java.lang.String\)).

### 1.10. Dhizuku Permission Granted [#110-dhizuku-permission-granted]

Whether the app has been granted device owner privileges by [Dhizuku](https://github.com/iamr0s/Dhizuku).

This is done using the [Dhizuku API](https://github.com/iamr0s/Dhizuku-API).

### 1.11. Instance ID [#111-instance-id]

App Instance ID is a
[UUID](https://developer.mozilla.org/en-US/docs/Glossary/UUID)
generated when you first view the `Settings -> About`
page, e.g. `c345e39c-accd-11f0-9ea0-5a93ec0e6f91`

This value can be reset by clearing data or uninstalling the app.

### 1.12. Source Code URL [#112-source-code-url]

The link to the application's source code, e.g. [https://github.com/nktnet1/webview-kiosk](https://github.com/nktnet1/webview-kiosk)

## 2. Device [#2-device]

### 2.1. Android Version [#21-android-version]

Your device's current android version and SDK, e.g. `15 (SDK 35)`

### 2.2. WebView Version [#22-webview-version]

Your device's WebView implementation's version, e.g. `141.0.7390.43`

### 2.3. Screen / Display [#23-screen--display]

Height, width and density of your display, e.g. `1080 x 2400 px, density: 3.0`

### 2.4. Managed Profile [#24-managed-profile]

Whether the user's profile is managed (work profile/company-owned) or not, e.g. `true` / `false`

See [UserManage.isManagedProfile](https://developer.android.com/reference/android/os/UserManager#isManagedProfile\(\)).

### 2.5. Time Zone [#25-time-zone]

The user's default time zone, e.g. `Australia/Sydney`

### 2.6. Locale [#26-locale]

The user's default locale, e.g. `en_US`

### 2.7. Total RAM [#27-total-ram]

The total memory on the device, e.g. `8 GB`

### 2.8. Total Storage [#28-total-storage]

The total disk space on the device, e.g. `128 GB`

### 2.9. Model [#29-model]

The end-user-visible name for the end product, e.g. `sdk_gphone64_arm64`

### 2.10. Manufacturer [#210-manufacturer]

The manufacturer of the product/hardware, e.g. `Google`

### 2.11. Brand [#211-brand]

The consumer-visible brand with which the product/hardware will be associated, if any, e.g. `google`

### 2.12. Device [#212-device]

The name of the industrial design, e.g. `emu64a`

### 2.13. Product [#213-product]

The name of the overall product, e.g. `sdk_gphone64_arm64`

### 2.14. Hardware [#214-hardware]

The name of the hardware (from the kernel command line or /proc), e.g. `ranchu`

### 2.15. Board [#215-board]

The name of the underlying board, e.g. `goldfish_arm64`

### 2.16. Bootloader [#216-bootloader]

The system bootloader version number, e.g. `X210XXS8DYH1`

### 2.17. Security Patch [#217-security-patch]

The security patch version, e.g. `2024-09-05`

### 2.18. Supported ABIs [#218-supported-abis]

An ordered list of ABIs supported by this device. The most preferred ABI is the
first element in the list. E.g. `arm64-v8a, armeabi-v7a, armeabi`

### 2.19. Supported 32-bit ABIs [#219-supported-32-bit-abis]

An ordered list of 32 bit ABIs supported by this device. The most preferred ABI
is the first element in the list. E.g. `armeabi-v7a, armeabi`

### 2.19. Supported 64-bit ABIs [#219-supported-64-bit-abis]

An ordered list of 64 bit ABIs supported by this device. The most preferred ABI
is the first element in the list. E.g. `arm64-v8a`

### 2.20. Build Fingerprint [#220-build-fingerprint]

A string that uniquely identifies your device build, e.g.

```
generic_arm64/sdk_google_phone_arm64/generic_arm64:5.0.2/LSY66K/8789838:eng/test-keys
```
