Make preference unselectable

Because Encrypt phone is not an entry which can launch to next page,
let's make it unselectable now.

Change-Id: I860c76c501fccc488b2e120a4702c652f1bee134
Test: Manual test
Fix: 249193859
This commit is contained in:
Tsung-Mao Fang
2022-09-27 07:34:27 +00:00
parent 0039fb35cd
commit 05412c37c7
2 changed files with 26 additions and 0 deletions

View File

@@ -27,6 +27,7 @@
android:key="encryption_and_credentials_encryption_status"
android:title="@string/encrypt_title"
android:summary="@string/summary_placeholder"
android:selectable="false"
settings:controller="com.android.settings.security.EncryptionStatusPreferenceController"/>
</PreferenceCategory>