Skip to content

Commit

Permalink
UI: Remove permission request dialogs from recent apps
Browse files Browse the repository at this point in the history
  • Loading branch information
mar-v-in committed Dec 8, 2023
1 parent b9a941c commit 6679328
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

<activity
android:name="org.microg.gms.auth.phone.AskPermissionActivity"
android:excludeFromRecents="true"
android:exported="false"
android:process=":ui"
android:theme="@style/Theme.Translucent" />
Expand Down
1 change: 1 addition & 0 deletions play-services-location/core/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<application>
<activity
android:name="org.microg.gms.location.manager.AskPermissionActivity"
android:excludeFromRecents="true"
android:process=":ui"
android:theme="@style/Theme.Translucent"
android:exported="false" />
Expand Down

0 comments on commit 6679328

Please sign in to comment.