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

Commit c72e90e4 authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊 Committed by Nishith Khanna
Browse files

Settings: Remove find my device from top level settings

parent 99b86eb6
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -739,6 +739,9 @@
    <!-- Main Settings screen setting summary for the item that takes you to the privacy and security settings. [CHAR LIMIT=60] -->
    <string name="safety_center_summary">App security, device lock, permissions</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] -->
+1 −1
Original line number Diff line number Diff line
@@ -164,7 +164,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"/>