mirror of
https://github.com/awfixers-stuff/OwnDroid.git
synced 2026-03-23 19:15:58 +00:00
add a option to lock OwnDroid when it is switched to background
This commit is contained in:
@@ -2,16 +2,16 @@
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<scale
|
||||
android:interpolator="@android:anim/accelerate_decelerate_interpolator"
|
||||
android:fromXScale="0.9"
|
||||
android:fromXScale="0.95"
|
||||
android:toXScale="1.0"
|
||||
android:fromYScale="0.9"
|
||||
android:fromYScale="0.95"
|
||||
android:toYScale="1.0"
|
||||
android:pivotX="50%"
|
||||
android:pivotY="50%"
|
||||
android:fillAfter="false"
|
||||
android:duration="250" />
|
||||
android:duration="200" />
|
||||
<alpha
|
||||
android:duration="200"
|
||||
android:duration="150"
|
||||
android:fromAlpha="0.0"
|
||||
android:interpolator="@android:anim/accelerate_interpolator"
|
||||
android:toAlpha="1.0" />
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<alpha
|
||||
android:duration="200"
|
||||
android:duration="250"
|
||||
android:fromAlpha="1.0"
|
||||
android:interpolator="@android:anim/accelerate_interpolator"
|
||||
android:toAlpha="0.5" />
|
||||
android:toAlpha="0.0" />
|
||||
</set>
|
||||
|
||||
@@ -491,6 +491,7 @@
|
||||
<string name="use_password">使用密码</string>
|
||||
<string name="auth_with_password">使用密码进行验证</string>
|
||||
<string name="auth_with_bio">使用生物识别进行验证</string>
|
||||
<string name="lock_in_background">处于后台时锁定</string>
|
||||
|
||||
<!--AndroidPermission-->
|
||||
<string name="permission_READ_EXTERNAL_STORAGE">读取外部存储</string>
|
||||
|
||||
@@ -506,6 +506,7 @@
|
||||
<string name="use_password">Use password</string>
|
||||
<string name="auth_with_password">Authenticate OwnDroid with password</string>
|
||||
<string name="auth_with_bio">Authenticate OwnDroid with biometrics</string>
|
||||
<string name="lock_in_background">Lock when switch to background</string>
|
||||
|
||||
<!--AndroidPermission-->
|
||||
<string name="permission_READ_EXTERNAL_STORAGE">Read external storage</string>
|
||||
|
||||
Reference in New Issue
Block a user