mirror of
https://github.com/YTVanced/VancedMicroG
synced 2024-12-02 16:07:25 +00:00
Handle GMS intent for launching account settings (#1452)
This commit is contained in:
parent
e9f028c813
commit
ad12bd5de4
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue