Skip to content

Commit 844a5a4

Browse files
committed
v1.1.0
1 parent c42daf2 commit 844a5a4

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ An Android quick setting that turns Always on Display on or off.
1414
## Permissions
1515

1616
The app requires the ```WRITE_SECURE_SETTINGS``` permission to be able to toggle AoD on and off.\
17-
You can grant it with adb:
17+
You can grant it with [Shizuku](https://shizuku.rikka.app/) or adb:
1818

1919
```bash
2020
adb shell pm grant org.alberto97.aodtoggle android.permission.WRITE_SECURE_SETTINGS

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
applicationId "org.alberto97.aodtoggle"
1212
minSdkVersion 26
1313
targetSdkVersion 34
14-
versionCode 3
15-
versionName "1.0.2"
14+
versionCode 4
15+
versionName "1.1.0"
1616

1717
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1818
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
* Added support for Android 14
2+
* The WRITE_SECURE_SETTINGS permission now can be granted via Shizuku

fastlane/metadata/android/en-US/full_description.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
This app adds a tile to the quick settings panel that turns Always on Display on or off.
2-
The app needs to write to the system settings and the following command has to be run from your computer via adb in order for the app to work properly:
2+
The app needs to write to the system settings. Therefore the related permission has to be granted via Shizuku or from your computer with adb in order for the app to work properly:
33

44
adb shell pm grant org.alberto97.aodtoggle android.permission.WRITE_SECURE_SETTINGS
55

0 commit comments

Comments
 (0)