Skip to content

Commit

Permalink
move to org.microg.gms.ui.SettingsActivity
Browse files Browse the repository at this point in the history
  • Loading branch information
ILoveOpenSourceApplications authored Aug 1, 2024
1 parent 0aa4def commit 75e6627
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions play-services-core/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -600,9 +600,7 @@
android:label="@string/gms_settings_name"
android:process=":ui"
android:roundIcon="@mipmap/ic_app_settings"
android:taskAffinity="org.microg.gms.settings"
android:enabled="false"
android:exported="true">
android:taskAffinity="org.microg.gms.settings">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<data
Expand Down Expand Up @@ -631,7 +629,9 @@
android:roundIcon="@mipmap/ic_app_settings"
android:process=":ui"
android:targetActivity="org.microg.gms.ui.MainSettingsActivity"
android:taskAffinity="org.microg.gms.settings">
android:taskAffinity="org.microg.gms.settings"
android:enabled="false"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

Expand Down

0 comments on commit 75e6627

Please sign in to comment.