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

Commit 0791e8fb authored by Adrian Roos's avatar Adrian Roos Committed by Android (Google) Code Review
Browse files

Merge "Purge biometric weak and keyguard widgets"

parents 34b064a1 230635ef
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -3657,6 +3657,7 @@ public final class Settings {
         * A flag containing settings used for biometric weak
         * @hide
         */
        @Deprecated
        public static final String LOCK_BIOMETRIC_WEAK_FLAGS =
                "lock_biometric_weak_flags";

@@ -3707,6 +3708,7 @@ public final class Settings {
         * Ids of the user-selected appwidgets on the lockscreen (comma-delimited).
         * @hide
         */
        @Deprecated
        public static final String LOCK_SCREEN_APPWIDGET_IDS =
            "lock_screen_appwidget_ids";

@@ -3720,6 +3722,7 @@ public final class Settings {
         * Id of the appwidget shown on the lock screen when appwidgets are disabled.
         * @hide
         */
        @Deprecated
        public static final String LOCK_SCREEN_FALLBACK_APPWIDGET_ID =
            "lock_screen_fallback_appwidget_id";

@@ -3727,6 +3730,7 @@ public final class Settings {
         * Index of the lockscreen appwidget to restore, -1 if none.
         * @hide
         */
        @Deprecated
        public static final String LOCK_SCREEN_STICKY_APPWIDGET =
            "lock_screen_sticky_appwidget";

+54 −418

File changed.

Preview size limit exceeded, changes collapsed.

+0 −7

File changed.

Preview size limit exceeded, changes collapsed.

+0 −5
Original line number Diff line number Diff line
@@ -40,9 +40,4 @@ public interface KeyguardSecurityCallback {
     */
    void reportUnlockAttempt(boolean success);

    /**
     * Shows the backup security for the current method.  If none available, this call is a no-op.
     */
    void showBackupSecurity();

}
+0 −26

File changed.

Preview size limit exceeded, changes collapsed.

Loading