mirror of
https://github.com/YTVanced/VancedMicroG
synced 2024-11-28 06:03:00 +00:00
Add support for legacy Drive/Docs permission
This commit is contained in:
parent
cf963d75b9
commit
1a21205221
1 changed files with 4 additions and 0 deletions
|
@ -39,6 +39,10 @@
|
|||
android:name="com.google.android.googleapps.permission.GOOGLE_AUTH.mail"
|
||||
android:label="@string/permission_service_mail_label"
|
||||
android:description="@string/permission_service_mail_description" />
|
||||
<permission
|
||||
android:name="com.google.android.googleapps.permission.GOOGLE_AUTH.writely"
|
||||
android:label="@string/permission_service_writely_label"
|
||||
android:description="@string/permission_service_writely_description" />
|
||||
|
||||
<uses-permission android:name="android.permission.FAKE_PACKAGE_SIGNATURE" />
|
||||
|
||||
|
|
Loading…
Reference in a new issue