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:
Chandan Nath 2021-12-03 21:31:17 +00:00
parent 35a79d9a44
commit 3e218362dd

View file

@ -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