Add Ignore secure window preference
This commit is contained in:
parent
2a09efb630
commit
44dbcb3c38
1 changed files with 7 additions and 0 deletions
|
|
@ -25,4 +25,11 @@
|
|||
android:title="@string/spoofing_title"
|
||||
android:fragment="com.scoop.settings.fragments.misc.Spoofing" />
|
||||
|
||||
<!-- Ignore secure window -->
|
||||
<com.scoop.settings.preferences.GlobalSettingSwitchPreference
|
||||
android:key="window_ignore_secure"
|
||||
android:title="@string/ignore_window_secure_title"
|
||||
android:summary="@string/ignore_window_secure_summary"
|
||||
android:defaultValue="false"/>
|
||||
|
||||
</PreferenceScreen>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue