File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 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" />
125125 android : name =" androidx.lifecycle.ProcessLifecycleInitializer"
126126 android : value =" androidx.startup" />
127127 </provider >
128+
128129 </application >
129130
130- </manifest >
131+ </manifest >
You can’t perform that action at this time.
0 commit comments