am dfa12ed4: am b363c26e: am 431e2460: am 3ea423ae: User to confirm credentials if an accessibility service changes encryption.
* commit 'dfa12ed48476968b919e20770493cfb89985be54': User to confirm credentials if an accessibility service changes encryption.
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
android:layout_marginBottom="10dip"
|
||||
android:gravity="start"
|
||||
android:ellipsize="marquee"
|
||||
android:textAppearance="?android:attr/textAppearanceLarge"
|
||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||
/>
|
||||
|
||||
<!-- Password entry field -->
|
||||
|
||||
@@ -30,8 +30,7 @@
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center"
|
||||
android:lines="2"
|
||||
android:textAppearance="?android:attr/textAppearanceLarge"/>
|
||||
android:textAppearance="?android:attr/textAppearanceMedium"/>
|
||||
|
||||
<!-- spacer above text entry field -->
|
||||
<View
|
||||
|
||||
@@ -30,8 +30,7 @@
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center"
|
||||
android:lines="2"
|
||||
android:textAppearance="?android:attr/textAppearanceLarge"/>
|
||||
android:textAppearance="?android:attr/textAppearanceMedium"/>
|
||||
|
||||
<!-- Password entry field -->
|
||||
<EditText android:id="@+id/password_entry"
|
||||
|
||||
@@ -3675,6 +3675,21 @@
|
||||
<string name="secure_lock_encryption_warning">Because you\'ve turned on an accessibility service,
|
||||
your device won’t use your screen lock to enhance data encryption.</string>
|
||||
|
||||
<!-- Message to the user to enter his pattern before enabling an accessibility service. [CHAR LIMIT=NONE] -->
|
||||
<string name="enable_service_pattern_reason">Turning on <xliff:g id="service"
|
||||
example="TalkBack">%1$s</xliff:g> reduces data protection.
|
||||
</string>
|
||||
|
||||
<!-- Message to the user to enter his PIN before enabling an accessibility service. [CHAR LIMIT=NONE] -->
|
||||
<string name="enable_service_pin_reason">Turning on <xliff:g id="service"
|
||||
example="TalkBack">%1$s</xliff:g> reduces data protection.
|
||||
</string>
|
||||
|
||||
<!-- Message to the user to enter his password before enabling an accessibility service. [CHAR LIMIT=NONE] -->
|
||||
<string name="enable_service_password_reason">Turning on <xliff:g id="service"
|
||||
example="TalkBack">%1$s</xliff:g> reduces data protection.
|
||||
</string>
|
||||
|
||||
<!-- Title for the capability of an accessibility service to receive events and keys. -->
|
||||
<string name="capability_title_receiveAccessibilityEvents">Observe your actions</string>
|
||||
<!-- Description for the capability of an accessibility service to receive events and keys. -->
|
||||
|
||||
Reference in New Issue
Block a user