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

Commit 7283fc8b authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 20428

* changes:
  Add constant for storing market backup state in shared preferences.
parents 2b4cf35c 058779c9
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -2991,6 +2991,12 @@ public final class Settings {
        public static final String VENDING_REQUIRE_SIM_FOR_PURCHASE =
                "vending_require_sim_for_purchase";

        /**
         * Indicates the Vending Machine backup state. It is set if the
         * Vending application has been backed up at least once.
         */
        public static final String VENDING_BACKUP_STATE = "vending_backup_state";

        /**
         * The current version id of the Vending Machine terms of service.
         */