Merge "Add one-time flag to test api" into rvc-dev am: 4846c5e3a9 am: 80b953200c am: 4b09ca65ed
Change-Id: If7aed8738f0448fab7d2fe5449ce56856e1c6951
This commit is contained in:
@@ -974,6 +974,7 @@ package android.content.pm {
|
||||
field public static final String FEATURE_FILE_BASED_ENCRYPTION = "android.software.file_based_encryption";
|
||||
field public static final int FLAG_PERMISSION_APPLY_RESTRICTION = 16384; // 0x4000
|
||||
field public static final int FLAG_PERMISSION_GRANTED_BY_ROLE = 32768; // 0x8000
|
||||
field public static final int FLAG_PERMISSION_ONE_TIME = 65536; // 0x10000
|
||||
field public static final int FLAG_PERMISSION_POLICY_FIXED = 4; // 0x4
|
||||
field public static final int FLAG_PERMISSION_RESTRICTION_INSTALLER_EXEMPT = 2048; // 0x800
|
||||
field public static final int FLAG_PERMISSION_RESTRICTION_SYSTEM_EXEMPT = 4096; // 0x1000
|
||||
|
||||
@@ -3399,6 +3399,7 @@ public abstract class PackageManager {
|
||||
* @hide
|
||||
*/
|
||||
@SystemApi
|
||||
@TestApi
|
||||
public static final int FLAG_PERMISSION_ONE_TIME = 1 << 16;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user