diff --git a/Android-tips-and-tricks.md b/Android-tips-and-tricks.md index cb585e8..65a8e05 100644 --- a/Android-tips-and-tricks.md +++ b/Android-tips-and-tricks.md @@ -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