Skip to content

Commit

Permalink
Add an activity-alias for Google settings compatibility (other apps a…
Browse files Browse the repository at this point in the history
…re supposed to able to open Google settings)
  • Loading branch information
ale5000-git committed Sep 19, 2023
1 parent 3fe07b0 commit 5743070
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions play-services-core/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,15 @@
android:resource="@string/gms_settings_summary" />
</activity-alias>

<!-- microG Settings activity-alias for Google settings compatibility -->
<activity-alias
android:name="com.google.android.gms.app.settings.GoogleSettingsLink"
android:process=":ui"
android:exported="true"
android:targetActivity="org.microg.gms.ui.MainSettingsActivity"
android:taskAffinity="org.microg.gms.settings">
</activity-alias>

<activity
android:name="org.microg.gms.ui.AskPushPermission"
android:excludeFromRecents="true"
Expand Down

0 comments on commit 5743070

Please sign in to comment.