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

Commit a0676c92 authored by Julia Reynolds's avatar Julia Reynolds Committed by Android (Google) Code Review
Browse files

Merge changes from topic 'api_review' into nyc-dev

* changes:
  Api review: Settings.
  Reduce spacing.
parents 6392db9d 0aa7d615
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -32551,7 +32551,6 @@ package android.provider {
    field public static final deprecated java.lang.String DEVICE_PROVISIONED = "device_provisioned";
    field public static final java.lang.String ENABLED_ACCESSIBILITY_SERVICES = "enabled_accessibility_services";
    field public static final java.lang.String ENABLED_INPUT_METHODS = "enabled_input_methods";
    field public static final java.lang.String ENABLED_NOTIFICATION_POLICY_ACCESS_PACKAGES = "enabled_notification_policy_access_packages";
    field public static final deprecated java.lang.String HTTP_PROXY = "http_proxy";
    field public static final java.lang.String INPUT_METHOD_SELECTOR_VISIBILITY = "input_method_selector_visibility";
    field public static final java.lang.String INSTALL_NON_MARKET_APPS = "install_non_market_apps";
+0 −1
Original line number Diff line number Diff line
@@ -35274,7 +35274,6 @@ package android.provider {
    field public static final deprecated java.lang.String DEVICE_PROVISIONED = "device_provisioned";
    field public static final java.lang.String ENABLED_ACCESSIBILITY_SERVICES = "enabled_accessibility_services";
    field public static final java.lang.String ENABLED_INPUT_METHODS = "enabled_input_methods";
    field public static final java.lang.String ENABLED_NOTIFICATION_POLICY_ACCESS_PACKAGES = "enabled_notification_policy_access_packages";
    field public static final deprecated java.lang.String HTTP_PROXY = "http_proxy";
    field public static final java.lang.String INPUT_METHOD_SELECTOR_VISIBILITY = "input_method_selector_visibility";
    field public static final java.lang.String INSTALL_NON_MARKET_APPS = "install_non_market_apps";
+3 −0
Original line number Diff line number Diff line
@@ -5867,7 +5867,10 @@ public final class Settings {
        /**
         * Names of the packages that the current user has explicitly allowed to
         * manage notification policy configuration, separated by ':'.
         *
         * @hide
         */
        @TestApi
        public static final String ENABLED_NOTIFICATION_POLICY_ACCESS_PACKAGES =
                "enabled_notification_policy_access_packages";

+3 −3
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@
        <RadioButton
                android:id="@+id/silent_importance"
                android:layout_width="wrap_content"
                android:layout_height="48dp"
                android:layout_height="40dp"
                android:paddingStart="32dp"
                android:text="@string/show_silently"
                style="@style/TextAppearance.NotificationGuts.Radio"
@@ -77,7 +77,7 @@
        <RadioButton
                android:id="@+id/block_importance"
                android:layout_width="wrap_content"
                android:layout_height="48dp"
                android:layout_height="40dp"
                android:paddingStart="32dp"
                android:text="@string/block"
                style="@style/TextAppearance.NotificationGuts.Radio"
@@ -85,7 +85,7 @@
        <RadioButton
                android:id="@+id/reset_importance"
                android:layout_width="wrap_content"
                android:layout_height="48dp"
                android:layout_height="40dp"
                android:paddingStart="32dp"
                style="@style/TextAppearance.NotificationGuts.Radio"
                android:buttonTint="@color/notification_guts_buttons" />