diff options
author | Jose Lima <joselima@google.com> | 2014-03-14 16:55:12 -0700 |
---|---|---|
committer | Jose Lima <joselima@google.com> | 2014-03-21 15:14:45 -0700 |
commit | 12d0b4cd960e18493b1dc237adbfabed432c9df5 (patch) | |
tree | 18c1df24e3ffefee1d9e94655a767bcb73be5857 /api | |
parent | aff40e25e8f16c3ecd20376901d7062774850023 (diff) | |
download | frameworks_base-12d0b4cd960e18493b1dc237adbfabed432c9df5.zip frameworks_base-12d0b4cd960e18493b1dc237adbfabed432c9df5.tar.gz frameworks_base-12d0b4cd960e18493b1dc237adbfabed432c9df5.tar.bz2 |
Added isGame application tag to the manifest
Added the ability to flag applications as Games in the manifest,
so they can receive a different treatment in the UI.
Change-Id: I4c36bc1a96757030fad58ee050cd68491b31bb6c
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index 43a997c..ad74cb7 100644 --- a/api/current.txt +++ b/api/current.txt @@ -621,6 +621,7 @@ package android { field public static final int isAsciiCapable = 16843753; // 0x10103e9 field public static final int isAuxiliary = 16843647; // 0x101037f field public static final int isDefault = 16843297; // 0x1010221 + field public static final int isGame = 16843764; // 0x10103f4 field public static final int isIndicator = 16843079; // 0x1010147 field public static final int isModifier = 16843334; // 0x1010246 field public static final int isRepeatable = 16843336; // 0x1010248 @@ -7033,6 +7034,7 @@ package android.content.pm { field public static final int FLAG_HAS_CODE = 4; // 0x4 field public static final int FLAG_INSTALLED = 8388608; // 0x800000 field public static final int FLAG_IS_DATA_ONLY = 16777216; // 0x1000000 + field public static final int FLAG_IS_GAME = 33554432; // 0x2000000 field public static final int FLAG_KILL_AFTER_RESTORE = 65536; // 0x10000 field public static final int FLAG_LARGE_HEAP = 1048576; // 0x100000 field public static final int FLAG_PERSISTENT = 8; // 0x8 |