https://github.com/embarcadero/android-kiosk-mode-fmxtemplate
FMX Template showing the new Android Kiosk Mode introduced in Android 6.0 with Embarcadero Delphi.
https://github.com/embarcadero/android-kiosk-mode-fmxtemplate
Last synced: 5 months ago
JSON representation
FMX Template showing the new Android Kiosk Mode introduced in Android 6.0 with Embarcadero Delphi.
- Host: GitHub
- URL: https://github.com/embarcadero/android-kiosk-mode-fmxtemplate
- Owner: Embarcadero
- License: mit
- Created: 2020-03-09T16:46:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-08T11:50:37.000Z (about 6 years ago)
- Last Synced: 2025-02-13T10:38:11.341Z (over 1 year ago)
- Language: Pascal
- Homepage:
- Size: 18.1 MB
- Stars: 13
- Watchers: 12
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
FMX Template showing the new Android Kiosk Mode introduced in Android 6.0 with Embarcadero Delphi.
How install application KIOSK mode:
1. Сompile and install the application on your device;
2. It is important that there are no accounts on your device (google account etc ...);
3. Go to the folder "Commands", select SetOwner.bat and open in edit mode.
Check the path to adb.exe on your pc.
Run SetOwner.bat as administrator.
How delete application:
1. Click the button "Clean Owner State" (Upper left button);
2. Go to the folder "Commands", select DeleteApp.bat and open in edit mode.
Check the path to adb.exe on your pc.
Run DeleteApp.bat as administrator.