Tweak micorG defaults

New options added
4772008582

Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
Tad 2023-07-06 14:39:37 -04:00
parent c4666a33b7
commit 34f2d0d15a
No known key found for this signature in database
GPG Key ID: B286E9F57A07424B

View File

@ -10,6 +10,9 @@
<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" />
@ -25,6 +28,9 @@
<!-- 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>