Merge "Promote NO_ISOLATED_STORAGE app op to SystemApi(MODULE_LIBRARIES)"
This commit is contained in:
@@ -1,4 +1,12 @@
|
||||
// Signature format: 2.0
|
||||
package android.app {
|
||||
|
||||
public class AppOpsManager {
|
||||
field public static final String OPSTR_NO_ISOLATED_STORAGE = "android:no_isolated_storage";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
package android.content.rollback {
|
||||
|
||||
public class RollbackManagerFrameworkInitializer {
|
||||
|
||||
@@ -1461,8 +1461,12 @@ public class AppOpsManager {
|
||||
/**
|
||||
* AppOp granted to apps that we are started via {@code am instrument -e --no-isolated-storage}
|
||||
*
|
||||
* <p>MediaProvider is the only component (outside of system server) that should care about this
|
||||
* app op, hence {@code SystemApi.Client.MODULE_LIBRARIES}.
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
@SystemApi(client = SystemApi.Client.MODULE_LIBRARIES)
|
||||
public static final String OPSTR_NO_ISOLATED_STORAGE = "android:no_isolated_storage";
|
||||
|
||||
/** {@link #sAppOpsToNote} not initialized yet for this op */
|
||||
|
||||
@@ -1,4 +1,12 @@
|
||||
// Signature format: 2.0
|
||||
package android.app {
|
||||
|
||||
public class AppOpsManager {
|
||||
field public static final String OPSTR_NO_ISOLATED_STORAGE = "android:no_isolated_storage";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
package android.content.rollback {
|
||||
|
||||
public class RollbackManagerFrameworkInitializer {
|
||||
|
||||
Reference in New Issue
Block a user