diff options
Diffstat (limited to 'api/system-removed.txt')
-rw-r--r-- | api/system-removed.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/api/system-removed.txt b/api/system-removed.txt index 1b209a9..c2b9d3e 100644 --- a/api/system-removed.txt +++ b/api/system-removed.txt @@ -1,3 +1,11 @@ +package android.content.pm { + + public class PackageInfo implements android.os.Parcelable { + field public static final int REQUESTED_PERMISSION_REQUIRED = 1; // 0x1 + } + +} + package android.media { public class AudioFormat { |