Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit ad12bd5d authored by Francesco Saltori's avatar Francesco Saltori Committed by GitHub
Browse files

Handle GMS intent for launching account settings (#1452)

parent e9f028c8
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -538,6 +538,7 @@
                <action android:name="com.google.android.gms.accountsettings.ACCOUNT_PREFERENCES_SETTINGS" />
                <action android:name="com.google.android.gms.accountsettings.ACCOUNT_PREFERENCES_SETTINGS" />
                <action android:name="com.google.android.gms.accountsettings.PRIVACY_SETTINGS" />
                <action android:name="com.google.android.gms.accountsettings.PRIVACY_SETTINGS" />
                <action android:name="com.google.android.gms.accountsettings.SECURITY_SETTINGS" />
                <action android:name="com.google.android.gms.accountsettings.SECURITY_SETTINGS" />
                <action android:name="com.google.android.gms.accountsettings.action.VIEW_SETTINGS" />


                <category android:name="android.intent.category.DEFAULT" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
            </intent-filter>