Make loc bg perm restricted

Fixes: 132175290
Test: Checked that restriction related flags are set in adb shell
dumpsys package
Change-Id: Idfc3a948713396f831530dd9e07c0a916c259e66
This commit is contained in:
Philip P. Moltmann
2019-05-17 17:13:45 -07:00
parent abb0b0275a
commit cac85873d3

View File

@@ -913,6 +913,7 @@
<permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION"
android:permissionGroup="android.permission-group.UNDEFINED"
android:label="@string/permlab_accessBackgroundLocation"
android:permissionFlags="hardRestricted"
android:description="@string/permdesc_accessBackgroundLocation"
android:protectionLevel="dangerous|instant" />