-
Notifications
You must be signed in to change notification settings - Fork 4
How to enable hidden tiles
Some tiles are hidden in order to be exposed only on supported devices.
To be sure that such features are available on the device, few steps need to be executed to enable the tiles.
Following steps can vary according to the custom implementation of the manufacturer of the device.
- Close Tiles.
- Enable developer options.
- Find stay awake or use the built-in android settings search.
- Toggle twice stay awake (if on turn it off/on, if off turn it on/off). Such action is required to be sure that the setting is properly written and stored in the android frameworks settings provider.
If such setting can't be found, awake while plugged in is not supported.
Open Tiles again and find the new awake while plugged in tile.
- Close Tiles.
- Open display settings
- Find ambient display or use the built-in android settings search.
- Toggle twice ambient display (if on turn it off/on, if off turn it on/off). Such action is required to be sure that the setting is properly written and stored in the android frameworks settings provider.
If such setting can't be found, ambient display is not supported.
Open Tiles again and find the new ambient display tile.
- Close Tiles.
- Open accessibility settings.
- Scroll down to Experimental.
- Find color inversion or use the built-in android settings search.
- Toggle twice color inversion (if on turn it off/on, if off turn it on/off). Such action is required to be sure that the setting is properly written and stored in the android frameworks settings provider.
If such setting can't be found, invert colors is not supported.
Open Tiles again and find the new invert colors tile.
- Close Tiles.
- Open accessibility settings.
- Scroll down to Audio & on-screen text.
- Find mono audio or use the built-in android settings search.
- Toggle twice mono audio (if on turn it off/on, if off turn it on/off). Such action is required to be sure that the setting is properly written and stored in the android frameworks settings provider.
If such setting can't be found, mono audio is not supported.
Open Tiles again and find the new mono audio tile.
- Close Tiles.
- Enable developer options.
- Scroll down to Hardware accelerated rendering section.
- Find simulate color space or use the built-in android settings search..
- Tap simulate color space.
- Select monochromacy.
- Tap simulate color space again.
- Disable monochromacy. Such action is required to be sure that the setting is properly written and stored in the android frameworks settings provider.
If such setting can't be found, monochromacy is not supported.
Open Tiles again and find the new monochromacy tile.
- Close Tiles.
- Open display settings.
- Find pulse notification light or use the built-in android settings search.
- Toggle twice pulse notification light (if on turn it off/on, if off turn it on/off). Such action is required to be sure that the setting is properly written and stored in the android frameworks settings provider.
If such setting can't be found, notification light is not supported.
Open Tiles again and find the new notification light tile.
- Close Tiles.
- Open network settings.
- Find private DNS or use the built-in android settings search.
- Choose any private DNS mode (automatic, private DNS custom provider hostname) and restore your previous DNS mode. Such action is required to be sure that the setting is properly written and stored in the android frameworks settings provider.
If such setting can't be found, private DNS is not supported.
Open Tiles again and find the new notification light tile.
Tiles on Google Play