Updated Android tips and tricks (markdown)

master
hugleo 4 months ago
parent 55435d0b42
commit 10b8ad0115

@ -74,7 +74,7 @@ Note: The exact steps may vary slightly depending on your device model and Andro
#### Light drivers, permissions
For Onyx devices running Android version 11 and above, these additional steps are necessary to enable the Lights driver. These steps are essential because certain methods are restricted due to limitations on non-SDK interfaces:
For Onyx devices running Android version 11 and above, enabling the Lights driver requires specific steps due to restrictions on non-SDK interfaces:
1. Check if the variable is set:
```bash
@ -86,12 +86,12 @@ For Onyx devices running Android version 11 and above, these additional steps ar
adb shell settings put global hidden_api_policy 1
```
3. If the test fails or you want to remove the permission, use:
3. Execute only if the test fails or if you want to remove the permission:
```bash
adb shell settings delete global hidden_api_policy
```
Note: After applying the permission changes, it is important to close and reopen KOReader for the changes to take effect.
Note: After applying the permission changes in step 2, it is important to close and reopen KOReader for the changes to take effect.
#### Other settings

Loading…
Cancel
Save