mirror of
https://github.com/TeamVanced/VancedMicroG
synced 2024-11-19 02:29:25 +01:00
Handle GMS intent for launching account settings (#1452)
This commit is contained in:
parent
e9f028c813
commit
ad12bd5de4
@ -538,6 +538,7 @@
|
||||
<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.SECURITY_SETTINGS" />
|
||||
<action android:name="com.google.android.gms.accountsettings.action.VIEW_SETTINGS" />
|
||||
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
</intent-filter>
|
||||
|
Loading…
Reference in New Issue
Block a user