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

Commit 41255051 authored by Nextbit's avatar Nextbit Committed by Adnan Begovic
Browse files

Add Secure.Settings.RECENTS_LONG_PRESS_ACTIVITY

This Secure.Setting specifies the activity component to handle
Intent.ACTION_RECENTS_LONG_PRESS.

Change-Id: I689e8b5c26b39e100cb166d2f93e7ee49e83f93a
parent 48a77743
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -5878,6 +5878,15 @@ public final class Settings {
         */
        public static final String PROTECTED_COMPONENTS = "protected_components";

        /**
         * The global recents long press activity chosen by the user.
         * This setting is stored as a flattened component name as
         * per {@link ComponentName#flattenToString()}.
         *
         * @hide
         */
        public static final String RECENTS_LONG_PRESS_ACTIVITY = "recents_long_press_activity";

        /**
         * This are the settings to be backed up.
         *