move arrays out of protection.xml
This commit is contained in:
parent
cb0891d0db
commit
d933cc5817
|
@ -213,6 +213,18 @@
|
||||||
<item>120</item>
|
<item>120</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
|
|
||||||
key_medtronic_bolus_debug
|
<string-array name="protectiontype">
|
||||||
|
<item>@string/noprotection</item>
|
||||||
|
<item>@string/biometric</item>
|
||||||
|
<item>@string/master_password</item>
|
||||||
|
<item>@string/custom_password</item>
|
||||||
|
</string-array>
|
||||||
|
|
||||||
|
<string-array name="protectiontypeValues">
|
||||||
|
<item>0</item>
|
||||||
|
<item>1</item>
|
||||||
|
<item>2</item>
|
||||||
|
<item>3</item>
|
||||||
|
</string-array>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -29,19 +29,4 @@
|
||||||
<string name="key_settings_protection" translatable="false">settings_protection</string>
|
<string name="key_settings_protection" translatable="false">settings_protection</string>
|
||||||
<string name="key_application_protection" translatable="false">application_protection</string>
|
<string name="key_application_protection" translatable="false">application_protection</string>
|
||||||
<string name="key_bolus_protection" translatable="false">bolus_protection</string>
|
<string name="key_bolus_protection" translatable="false">bolus_protection</string>
|
||||||
|
|
||||||
<string-array name="protectiontype">
|
|
||||||
<item>@string/noprotection</item>
|
|
||||||
<item>@string/biometric</item>
|
|
||||||
<item>@string/master_password</item>
|
|
||||||
<item>@string/custom_password</item>
|
|
||||||
</string-array>
|
|
||||||
|
|
||||||
<string-array name="protectiontypeValues">
|
|
||||||
<item>0</item>
|
|
||||||
<item>1</item>
|
|
||||||
<item>2</item>
|
|
||||||
<item>3</item>
|
|
||||||
</string-array>
|
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Reference in a new issue