Use default encryption password if an accessibility service is enabled.
If accessibility is on and the user selectes a secure lock we use weaker encryption to enable running accessibility layer at the time the user authenticates. This change adds a warning message to the enable accessibility service dialog if there is a secure lock and also adds a warning as a summary for the secure lock in the lock chooser activity. Both warning mention the weaker encryption to be used. bug:17671790 Change-Id: Ib5cc9d3a78f751e18362bb9238fd2804c3b600f8
This commit is contained in:
committed by
Svetoslav Ganov
parent
fc14e272aa
commit
5244844268
@@ -3665,6 +3665,14 @@
|
||||
<!-- Title for the list of capabilities of an accessibility service. -->
|
||||
<string name="capabilities_list_title"><xliff:g id="service" example="TalkBack">%1$s</xliff:g>
|
||||
needs to:</string>
|
||||
<!-- Warning that the device data will not be encrypted with password or PIN if
|
||||
enabling an accessibility service and there is a secure lock setup. [CHAR LIMIT=NONE] -->
|
||||
<string name="enable_service_encryption_warning">If you turn on <xliff:g id="service"
|
||||
example="TalkBack">%1$s</xliff:g>, your data\'s encryption won\'t be as strong.</string>
|
||||
<!-- Warning that the device data will not be encrypted with password or PIN if
|
||||
choosing a secure lock and there is an enabled accessibility service. [CHAR LIMIT=NONE] -->
|
||||
<string name="secure_lock_encryption_warning">Because you\'ve turned on an accessibility service,
|
||||
encryption based on this type of lock won\'t be as strong.</string>
|
||||
|
||||
<!-- Title for the capability of an accessibility service to receive events and keys. -->
|
||||
<string name="capability_title_receiveAccessibilityEvents">Observe your actions</string>
|
||||
|
Reference in New Issue
Block a user