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

Commit 350feeb8 authored by Android (Google) Code Review's avatar Android (Google) Code Review Committed by The Android Open Source Project
Browse files

am b00518d8: Merge change 4796 into donut

Merge commit 'b00518d8'

* commit 'b00518d8':
  Move USE_LOCATION_FOR_SERVICES to Secure.
parents c4c819e4 b00518d8
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -2179,6 +2179,14 @@ public final class Settings {
         */
        public static final String TTY_MODE_ENABLED = "tty_mode_enabled";

        /**
         * Flag for allowing service provider to use location information to improve products and
         * services.
         * Type: int ( 0 = disallow, 1 = allow )
         * @hide
         */
        public static final String USE_LOCATION_FOR_SERVICES = "use_location";

        /**
         * Helper method for determining if a location provider is enabled.
         * @param cr the content resolver to use
@@ -3081,6 +3089,7 @@ public final class Settings {
         * Flag for allowing service provider to use location information to improve products and
         * services.
         * Type: int ( 0 = disallow, 1 = allow )
         * @deprecated
         */
        public static final String USE_LOCATION_FOR_SERVICES = "use_location";