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

Commit 1db5202f authored by Makoto Onuki's avatar Makoto Onuki Committed by android-build-merger
Browse files

ShortcutManager: rescan all apps after next OTA am: 4dd032d5 am: 74f4689f

am: b997b64d

Change-Id: If5e939ae3718201c713ed59241cc8148e65a7078
parents 9a8c654a b997b64d
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -57,7 +57,9 @@ class ShortcutUser {

    private static final String ATTR_VALUE = "value";
    private static final String ATTR_KNOWN_LOCALES = "locales";
    private static final String ATTR_LAST_APP_SCAN_TIME = "last-app-scan-time";

    // Suffix "2" was added to force rescan all packages after the next OTA.
    private static final String ATTR_LAST_APP_SCAN_TIME = "last-app-scan-time2";
    private static final String KEY_USER_ID = "userId";
    private static final String KEY_LAUNCHERS = "launchers";
    private static final String KEY_PACKAGES = "packages";