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

Commit 00ee3375 authored by Chirayu Desai's avatar Chirayu Desai Committed by Gerrit Code Review
Browse files

Allow disabling the privacy guard notification - port from cm-12.1 (1/3)

Change-Id: Iebf4545c1a65b10036a4865bae29d14e86b12d07
parent ea2c65f3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -703,6 +703,8 @@
    <string name="privacy_guard_reset_text">Reset permissions?</string>
    <string name="privacy_guard_help_text">In this screen you can choose which apps Privacy Guard should be active for by simply tapping on them. Selected apps will not be able to access your personal data such as contacts, messages or call logs. Long pressing an app\'s entry opens its app details screen.\n\nBuilt-in apps are not shown by default but can be revealed by selecting the respective menu option.</string>
    <string name="privacy_guard_manager_show_system_apps">Show built-in apps</string>
    <string name="privacy_guard_advanced_settings_title">Advanced</string>
    <string name="privacy_guard_notification_title">Show notification</string>

    <!-- Sizes for pattern lockscreen -->
    <string name="lock_pattern_size_3">3x3</string>
@@ -866,7 +868,6 @@
        <![CDATA[<b>Total contributors:</b> <xliff:g id="total_contributors">%1$s</xliff:g><br/><br/>
                 <b>Total commits:</b> <xliff:g id="total_commits">%2$s</xliff:g><br/><br/>
                 <b>Last update:</b> <xliff:g id="date">%3$s</xliff:g>]]></string>

    <string name="category_sounds">Sounds</string>
    <string name="notification_manager">Notifications</string>
    <string name="lockscreen_settings">Lock screen</string>
+5 −0
Original line number Diff line number Diff line
@@ -23,4 +23,9 @@
        android:summary="@string/privacy_guard_default_summary"
        android:persistent="false" />

    <com.android.settings.cyanogenmod.CMSecureSettingSwitchPreference
        android:key="privacy_guard_notification"
        android:title="@string/privacy_guard_notification_title"
        android:defaultValue="true" />

</PreferenceScreen>