CertifitacePinning: Add toggle to enable/disable
- Enabled by default - Could be useful for people using VPN based ad blockers - Option to make app usable, if at all Google's root certs gets changed/updated
This commit is contained in:
@@ -44,6 +44,12 @@
|
||||
app:singleLineTitle="false"
|
||||
app:title="@string/pref_common_extra" />
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
app:iconSpaceReserved="false"
|
||||
app:key="PREFERENCE_CERTIFICATE_PINNING_ENABLED"
|
||||
app:summary="@string/pref_certificate_pinning_enable_desc"
|
||||
app:title="@string/pref_certificate_pinning_enable" />
|
||||
|
||||
<com.aurora.store.view.custom.preference.AuroraListPreference
|
||||
app:defaultValue="0"
|
||||
app:entries="@array/pref_vending_version"
|
||||
|
||||
Reference in New Issue
Block a user