Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 185b2e25 authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

Merge branch '835-s-security' into 'v1-s'

Settings: Remove security settings and find my device strings

See merge request !128
parents c9ebaf74 42975731
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -723,6 +723,9 @@
    <!-- Summary for Security settings, explaining a few important settings under it [CHAR LIMIT=NONE] -->
    <string name="security_dashboard_summary">Screen lock, Find My Device, app security</string>
    <!-- Summary for e Security settings, explaining a few important settings under it [CHAR LIMIT=NONE] -->
    <string name="security_dashboard_summary_e">Screen lock, app security</string>
    <!-- Face enrollment and settings --><skip />
    <!-- Note: Update FaceEnrollParentalConsent.CONSENT_STRING_RESOURCES when any _consent_ strings are added or removed. -->
    <!-- Message shown in summary field when face unlock is set up. [CHAR LIMIT=40] -->
+0 −6
Original line number Diff line number Diff line
@@ -21,12 +21,6 @@
    android:key="security_dashboard_page"
    android:title="@string/security_settings_title">

    <!-- security_settings_status.xml -->
    <PreferenceCategory
        android:order="-10"
        android:key="security_status"
        android:title="@string/security_status_title" />

    <PreferenceCategory
        android:order="1"
        android:key="dashboard_tile_placeholder" />
+1 −1
Original line number Diff line number Diff line
@@ -134,7 +134,7 @@
        android:key="top_level_security"
        android:order="-50"
        android:title="@string/security_settings_title"
        android:summary="@string/security_dashboard_summary"
        android:summary="@string/security_dashboard_summary_e"
        settings:highlightableMenuKey="@string/menu_key_security"
        settings:controller="com.android.settings.security.TopLevelSecurityEntryPreferenceController"/>