mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-01-27 14:29:33 +00:00
Change Pixelmigrate to GoogleRestore and update run-time permissions.
We are shipping GoogleMigrate on all S+ devices instead of Pixelmigrate. The list of permissions is from go/br-new-device. Bug: 205986103 Change-Id: I21f8a8455084ad66b377aa0449292d046d11da89
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
</exception>
|
||||
|
||||
<exception
|
||||
package="com.google.android.apps.pixelmigrate">
|
||||
package="com.google.android.apps.restore">
|
||||
<!-- External storage -->
|
||||
<permission name="android.permission.READ_EXTERNAL_STORAGE" fixed="false"/>
|
||||
<permission name="android.permission.WRITE_EXTERNAL_STORAGE" fixed="false"/>
|
||||
@@ -74,9 +74,8 @@
|
||||
<!-- Call logs -->
|
||||
<permission name="android.permission.READ_CALL_LOG" fixed="false"/>
|
||||
<permission name="android.permission.WRITE_CALL_LOG" fixed="false"/>
|
||||
<!-- SMS -->
|
||||
<permission name="android.permission.RECEIVE_SMS" fixed="false"/>
|
||||
<permission name="android.permission.READ_PHONE_NUMBERS" fixed="false"/>
|
||||
<!-- Used to set up a Wi-Fi P2P network -->
|
||||
<permission name="android.permission.ACCESS_FINE_LOCATION" fixed="false"/>
|
||||
</exception>
|
||||
|
||||
<exception
|
||||
|
||||
Reference in New Issue
Block a user