Merge "Expose the open by default settings screen to apps" into sc-dev
This commit is contained in:
@@ -34935,6 +34935,7 @@ package android.provider {
|
||||
field public static final String ACTION_APPLICATION_SETTINGS = "android.settings.APPLICATION_SETTINGS";
|
||||
field public static final String ACTION_APP_NOTIFICATION_BUBBLE_SETTINGS = "android.settings.APP_NOTIFICATION_BUBBLE_SETTINGS";
|
||||
field public static final String ACTION_APP_NOTIFICATION_SETTINGS = "android.settings.APP_NOTIFICATION_SETTINGS";
|
||||
field public static final String ACTION_APP_OPEN_BY_DEFAULT_SETTINGS = "com.android.settings.APP_OPEN_BY_DEFAULT_SETTINGS";
|
||||
field public static final String ACTION_APP_SEARCH_SETTINGS = "android.settings.APP_SEARCH_SETTINGS";
|
||||
field public static final String ACTION_APP_USAGE_SETTINGS = "android.settings.action.APP_USAGE_SETTINGS";
|
||||
field public static final String ACTION_AUTO_ROTATE_SETTINGS = "android.settings.AUTO_ROTATE_SETTINGS";
|
||||
|
||||
@@ -470,8 +470,8 @@ public final class Settings {
|
||||
* to be shown, with the "package" scheme. That is "package:com.my.app".
|
||||
* <p>
|
||||
* Output: Nothing.
|
||||
* @hide
|
||||
*/
|
||||
@SuppressLint("ActionValue")
|
||||
@SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION)
|
||||
public static final String ACTION_APP_OPEN_BY_DEFAULT_SETTINGS =
|
||||
"com.android.settings.APP_OPEN_BY_DEFAULT_SETTINGS";
|
||||
|
||||
@@ -5429,12 +5429,6 @@
|
||||
<permission android:name="android.permission.WATCH_APPOPS"
|
||||
android:protectionLevel="signature|privileged" />
|
||||
|
||||
<!-- Allows an application to directly open the "Open by default" page inside a package's
|
||||
Details screen.
|
||||
@hide <p>Not for use by third-party applications. -->
|
||||
<permission android:name="android.permission.OPEN_APP_OPEN_BY_DEFAULT_SETTINGS"
|
||||
android:protectionLevel="signature" />
|
||||
|
||||
<!-- Allows hidden API checks to be disabled when starting a process.
|
||||
@hide <p>Not for use by third-party applications. -->
|
||||
<permission android:name="android.permission.DISABLE_HIDDEN_API_CHECKS"
|
||||
|
||||
Reference in New Issue
Block a user