Skip to content

Commit 1a79d00

Browse files
Update AndroidManifest.xml (#20)
* Update targetSdk to 33
1 parent 005a5cc commit 1a79d00

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ android {
55
defaultConfig {
66
applicationId "io.github.ratul.topactivity"
77
minSdkVersion 24
8-
targetSdkVersion 30
8+
targetSdkVersion 33
99
versionCode 18
1010
versionName "1.5.8"
1111
}

app/build/bin/merged/AndroidManifest.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
1313
<uses-permission android:name="android.permission.PACKAGE_USAGE_STATS" />
1414
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" />
15-
15+
<uses-permission android:name="android.permission.GET_ACCOUNTS" />
1616
<queries>
1717
<intent>
1818
<action android:name="android.accessibilityservice.AccessibilityService" />
@@ -125,6 +125,7 @@
125125
android:name="androidx.lifecycle.ProcessLifecycleInitializer"
126126
android:value="androidx.startup" />
127127
</provider>
128+
128129
</application>
129130

130-
</manifest>
131+
</manifest>

0 commit comments

Comments
 (0)