Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
Tad 2023-07-06 16:37:45 -04:00
parent a1a3cbb94e
commit 492ed24ca2
No known key found for this signature in database
GPG key ID: B286E9F57A07424B
7 changed files with 40 additions and 7 deletions

View file

@ -1,37 +0,0 @@
<?xml version='1.0' encoding='utf-8' standalone='yes' ?>
<map>
<!-- Default disable 'Google device registration > Register device' -->
<boolean name="checkin_enable_service" value="false" />
<!-- Default disable 'Cloud Messaging > Receive push notifications' -->
<boolean name="gcm_enable_mcs_service" value="false" />
<!-- Default disable 'Google SafetyNet > Allow device attestation' -->
<boolean name="safetynet_enabled" value="false" />
<boolean name="droidguard_enabled" value="false" />
<!-- Block 'Google SafetyNet > Advanced > DroidGuard operation mode > Embedded' -->
<boolean name="droidguard_force_local_disabled" value="true" />
<!-- Default disable 'Location > Wi-Fi location > Request from Mozilla' -->
<boolean name="location_wifi_mls" value="false" />
<!-- Default disable 'Location > Wi-Fi location > Request from Hotspot' -->
<boolean name="location_wifi_moving" value="false" />
<!-- Default disable 'Location > Wi-Fi location > Remember from GPS' -->
<boolean name="location_wifi_learning" value="false" />
<!-- Default disable 'Location > Mobile network location > Request from Mozilla' -->
<boolean name="location_cell_mls" value="false" />
<!-- Default disable 'Location > Mobile network location > Remember from GPS' -->
<boolean name="location_cell_learning" value="false" />
<!-- Default disable 'Location > Address resolver > Use Nominatim' -->
<boolean name="location_geocoder_nominatim" value="false" />
<!-- Default disable 'Exposure Notifications > Use Exposure Notifications' -->
<boolean name="exposure_scanner_enabled" value="false" />
</map>