[Gs101] Drop the ACCESS_FINE_LOCATION for Restore
With Android T, GoogleRestore uses NEARBY_WIFI_DEVICES to create a hotspot. ACCESS_FINE_LOCATION was used in Android S and no longer needed in Android T. Bug: 231966826 Test: Manual tested on Bramble. Used a GoogleRestore APK which declares the use of the ACCESS_FINE_LOCATION permission but the permission is not granted by default. Change-Id: I097e27608f3b2e1e65945a7bed46d1e41dcbe376
This commit is contained in:
parent
3c94afad75
commit
ff981db4a5
1 changed files with 0 additions and 2 deletions
|
@ -82,8 +82,6 @@
|
||||||
<permission name="android.permission.READ_CALL_LOG" fixed="false"/>
|
<permission name="android.permission.READ_CALL_LOG" fixed="false"/>
|
||||||
<permission name="android.permission.WRITE_CALL_LOG" fixed="false"/>
|
<permission name="android.permission.WRITE_CALL_LOG" fixed="false"/>
|
||||||
<!-- Used to set up a Wi-Fi P2P network -->
|
<!-- Used to set up a Wi-Fi P2P network -->
|
||||||
<!-- TODO(b/231966826): Remove the location permission after Restore targets to T. -->
|
|
||||||
<permission name="android.permission.ACCESS_FINE_LOCATION" fixed="false"/>
|
|
||||||
<permission name="android.permission.NEARBY_WIFI_DEVICES" fixed="false"/>
|
<permission name="android.permission.NEARBY_WIFI_DEVICES" fixed="false"/>
|
||||||
<!-- Notifications -->
|
<!-- Notifications -->
|
||||||
<permission name="android.permission.POST_NOTIFICATIONS" fixed="false"/>
|
<permission name="android.permission.POST_NOTIFICATIONS" fixed="false"/>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue