Add location bypass package overlay am: 259aa3233b
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/18297250 Change-Id: I8a4b876be6674d13b99f5d6b96ce2978e06946a1 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
8208db9f45
1 changed files with 9 additions and 0 deletions
|
@ -259,4 +259,13 @@
|
||||||
|
|
||||||
<!-- Enable Zram writeback feature to allow unused pages in zram be written to flash. -->
|
<!-- Enable Zram writeback feature to allow unused pages in zram be written to flash. -->
|
||||||
<bool name="config_zramWriteback">true</bool>
|
<bool name="config_zramWriteback">true</bool>
|
||||||
|
|
||||||
|
<!-- List of system components which are allowed to receive ServiceState entries in an
|
||||||
|
un-sanitized form, even if the location toggle is off. This is intended ONLY for system
|
||||||
|
components, such as the telephony stack, which require access to the full ServiceState for
|
||||||
|
tasks such as network registration. -->
|
||||||
|
<string-array name="config_serviceStateLocationAllowedPackages">
|
||||||
|
<item>"com.shannon.imsservice"</item>
|
||||||
|
<item>"com.android.phone"</item>
|
||||||
|
</string-array>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue