diff options
| author | Fabrice Di Meglio <fdimeglio@google.com> | 2012-04-03 16:24:33 -0700 |
|---|---|---|
| committer | Fabrice Di Meglio <fdimeglio@google.com> | 2012-04-03 16:24:33 -0700 |
| commit | 6756f74d81808ef9fc0cdab3c8848723122587c1 (patch) | |
| tree | fe4198720363c5cfc80a6367370feb8f3c1669e0 | |
| parent | 256b154f6ad8a353176d3cf87fc989e35fc4659a (diff) | |
| download | frameworks_base-6756f74d81808ef9fc0cdab3c8848723122587c1.zip frameworks_base-6756f74d81808ef9fc0cdab3c8848723122587c1.tar.gz frameworks_base-6756f74d81808ef9fc0cdab3c8848723122587c1.tar.bz2 | |
Fix the build
- was missing another pass to update-api
Change-Id: Idd7e8364d475b41d0f517b6a06c4a79f31997ff2
| -rw-r--r-- | api/current.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/current.txt b/api/current.txt index b08705e..95007b5 100644 --- a/api/current.txt +++ b/api/current.txt @@ -6132,7 +6132,7 @@ package android.content.pm { field public static final int FLAG_STOPPED = 2097152; // 0x200000 field public static final int FLAG_SUPPORTS_LARGE_SCREENS = 2048; // 0x800 field public static final int FLAG_SUPPORTS_NORMAL_SCREENS = 1024; // 0x400 - field public static final int FLAG_SUPPORTS_RTL = 1073741824; // 0x40000000 + field public static final int FLAG_SUPPORTS_RTL = 4194304; // 0x400000 field public static final int FLAG_SUPPORTS_SCREEN_DENSITIES = 8192; // 0x2000 field public static final int FLAG_SUPPORTS_SMALL_SCREENS = 512; // 0x200 field public static final int FLAG_SUPPORTS_XLARGE_SCREENS = 524288; // 0x80000 |
