-
Notifications
You must be signed in to change notification settings - Fork 3
Privacy Policy
Required to use the lock tile to securely lock the device or the camera lock to disable the cameras by using the Android Device Administration API. (https://developer.android.com/guide/topics/admin/device-admin.html)
The lock tile and the camera lock tile will prompt the user to enable the Device Administrator, if deactivated.
Once the Device Administrator is enabled the lock tile can be used to securely lock the device and the camera lock tile to disable the cameras.
The Device Administrator can be activated or deactivated anytime to grant or revoke the Device Administrator permission.
The lock tile and the camera lock tile settings layouts both provide a switch to reflect the current state (enabled or disabled) of the Device Administrator.
If the Device Administrator is disabled, tapping the switch opens the Android Device Administrator layout to ask to confirm.
If the Device Administrator is enabled, tapping the switch disables it.
If the Device Administrator is disabled, the lock tile and the camera lock tile are not able to execute any action.
Prompt: To allow the tile to lock the device, please open settings and activate it as Device Administrator.
Device Administrator activated state summary: Activated. The tile is allowed to lock the device.
Device Administrator deactivate state summary: Deactivated. The tile is not allowed to lock the device.
Prompt: To allow the tile to lock the camera, please open settings and activate it as Device Administrator.
Device Administrator activated state summary: Activated. The tile is allowed to lock the camera.
Device Administrator deactivate state summary: Deactivated. The tile is not allowed to lock the camera.
Device Administration on Google Developers web site https://developer.android.com/guide/topics/admin/device-admin.html
android.permission.BIND_DEVICE_ADMIN on Google Developers web site https://developer.android.com/reference/android/Manifest.permission.html#BIND_DEVICE_ADMIN
Required to use the multiwindow tile to toggle multi-window or the power menu tile to show the system power dialog or the recents screen tile to show the recents screen or the screenshot tile to take a screenshot or the sleep tile to put the device to sleep by using the Android Accessibility Service. (https://developer.android.com/guide/topics/ui/accessibility/services.html)
The multiwindow tile, the power tile, the recents screen tile, the screenshot tile and the sleep tile will prompt the user to enable the Accessibility Service, if disabled.
Once the Accessibility Service is enabled the multiwindow tile can be used to toggle multi-window, the power tile to show the system power dialog, the recents screen tile to show the recents screen, the screenshot tile to take a screenshot, the sleep tile to put the device to sleep.
The Accessibility Service can be enabled or disabled anytime to grant or revoke the Accessibility Service permission.
The multiwindow tile, the power tile and the recents screen tile, the screenshot tile and the sleep tile settings layouts provide a switch to reflect the current state (enabled or disabled) of the Accessibility Service.
If the Accessibility Service is disabled, tapping the switch opens the Android Accessibility Service layout to ask to confirm.
If the Accessibility Service is enabled, tapping the switch opens the Android Accessibility Service layout to ask to confirm.
If the Accessibility Service is disabled, the multiwindow tile, the power tile, the recents screen tile, the screenshot tile and the sleep tile are not able to execute any action.
Prompt: To allow the tile to toggle multi-window, please open settings and enable accessibility service.
Accessibility Service enabled state summary: Enabled. The tile is allowed to toggle multi-window.
Accessibility Service disabled state summary: Disabled. The tile is not allowed to toggle multi-window.
Prompt: To allow the tile to show system power dialog, please open settings and enable accessibility service.
Accessibility Service enabled state summary: Enabled. The tile is allowed to show system power dialog.
Accessibility Service disabled state summary: Disabled. The tile is not allowed to show system power dialog.
Prompt: To allow the tile to show system power dialog, please open settings and enable accessibility service.
Accessibility Service enabled state summary: Enabled. The tile is allowed to show recents screen.
Accessibility Service disabled state summary: Disabled. The tile is not allowed to show recents screen.
Prompt: To allow the tile to take a screenshot, please open settings and enable accessibility service.
Accessibility Service enabled state summary: Enabled. The tile is allowed to take screenshot.
Accessibility Service disabled state summary: Disabled. The tile is not allowed to take screenshot.
Prompt: To allow the tile to put the device to sleep, please open settings and enable accessibility service.
Accessibility Service enabled state summary: Enabled. The tile is allowed to put the device to sleep.
Accessibility Service disabled state summary: Disabled. The tile is not allowed to put the device to sleep.
Accessibility Service on Google Developers web site https://developer.android.com/guide/topics/ui/accessibility/services.html
android.permission.BIND_ACCESSIBILITY_SERVICE on Google Developers web site https://developer.android.com/reference/android/Manifest.permission.html#BIND_ACCESSIBILITY_SERVICE
Tiles on Google Play