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

Commit e6c28031 authored by Jim Miller's avatar Jim Miller
Browse files

FBE notification improvements

- change language for FBE "account locked" notification
- use lock icon

Fixes bug 26863154

Change-Id: I1cf2e230cf717cadd26879a90fdccbade59057a8
parent d1e2332e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -4191,10 +4191,10 @@
    <string name="new_sms_notification_content">Open SMS app to view</string>

    <!-- Notification title shown when user profile is credential encrypted and requires the user to unlock before some features are usable [CHAR LIMIT=30] -->
    <string name="user_encrypted_title">Device encrypted</string>
    <string name="user_encrypted_title">Some functions might not be available</string>
    <!-- Notification message shown when user profile is credential encrypted and requires the user to unlock before some features are usable [CHAR LIMIT=30] -->
    <string name="user_encrypted_message">Some functions might not be available</string>
    <string name="user_encrypted_message">Touch to continue</string>
    <!-- Notification detail shown when user profile is credential encrypted and requires the user to unlock before some features are usable [CHAR LIMIT=30] -->
    <string name="user_encrypted_detail">Touch to continue</string>
    <string name="user_encrypted_detail">User profile locked</string>

</resources>
+1 −1
Original line number Diff line number Diff line
@@ -200,7 +200,7 @@ public class LockSettingsService extends ILockSettings.Stub {
                PendingIntent.FLAG_UPDATE_CURRENT);

        Notification notification = new Notification.Builder(mContext)
                .setSmallIcon(com.android.internal.R.drawable.stat_sys_warning)
                .setSmallIcon(com.android.internal.R.drawable.ic_secure)
                .setWhen(0)
                .setOngoing(true)
                .setTicker(title)