Remove FDE support from accessibility settings
With FDE (Full Disk Encryption), secure start-up (i.e. requiring a PIN /
pattern / password to boot the device) was incompatible with
accessibility services. Thus, the accessibility settings would ask the
user to disable secure start-up when enabling an accessibility service.
Now that FDE support has been removed in favor of FBE (File Based
Encryption), this is no longer necessary. Remove it.
Bug: 208476087
Change-Id: I5f6e512f223df63e1b4d1c181fc8b3fe683dcd5f
(cherry picked from commit b4060ef65b
)
Merged-In: I5f6e512f223df63e1b4d1c181fc8b3fe683dcd5f
This commit is contained in:
@@ -42,14 +42,6 @@
|
||||
android:id="@+id/permissionDialog_title"
|
||||
style="@style/AccessibilityDialogTitle" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/encryption_warning"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:padding="10dip"
|
||||
android:textAlignment="viewStart"
|
||||
android:textAppearance="?android:attr/textAppearanceMedium"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/permissionDialog_description"
|
||||
android:text="@string/accessibility_service_warning_description"
|
||||
|
@@ -5704,30 +5704,6 @@
|
||||
can't verify user consent. [CHAR LIMIT=NONE] -->
|
||||
<string name="touch_filtered_warning">Because an app is obscuring a permission request, Settings
|
||||
can’t verify your response.</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 device won’t use your screen lock to enhance
|
||||
data encryption.</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\u2019ve turned on an accessibility service,
|
||||
your device won’t use your screen lock to enhance data encryption.</string>
|
||||
|
||||
<!-- Message to the users to enter their pattern before enabling an accessibility service. [CHAR LIMIT=NONE] -->
|
||||
<string name="enable_service_pattern_reason">Because turning on <xliff:g id="service"
|
||||
example="TalkBack">%1$s</xliff:g> affects data encryption, you need to confirm your pattern.
|
||||
</string>
|
||||
|
||||
<!-- Message to the users to enter their PIN before enabling an accessibility service. [CHAR LIMIT=NONE] -->
|
||||
<string name="enable_service_pin_reason">Because turning on <xliff:g id="service"
|
||||
example="TalkBack">%1$s</xliff:g> affects data encryption, you need to confirm your PIN.
|
||||
</string>
|
||||
|
||||
<!-- Message to the users to enter their password before enabling an accessibility service. [CHAR LIMIT=NONE] -->
|
||||
<string name="enable_service_password_reason">Because turning on <xliff:g id="service"
|
||||
example="TalkBack">%1$s</xliff:g> affects data encryption, you need to confirm your password.
|
||||
</string>
|
||||
|
||||
<!-- Warning that explains that accessibility services have a lot of access to user data [CHAR LIMIT=NONE] -->
|
||||
<string name="accessibility_service_warning"><xliff:g id="service"
|
||||
|
Reference in New Issue
Block a user