Skip to content

Commit 6756f74

Browse files
author
Fabrice Di Meglio
committed
Fix the build
- was missing another pass to update-api Change-Id: Idd7e8364d475b41d0f517b6a06c4a79f31997ff2
1 parent 256b154 commit 6756f74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/current.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6132,7 +6132,7 @@ package android.content.pm {
61326132
field public static final int FLAG_STOPPED = 2097152; // 0x200000
61336133
field public static final int FLAG_SUPPORTS_LARGE_SCREENS = 2048; // 0x800
61346134
field public static final int FLAG_SUPPORTS_NORMAL_SCREENS = 1024; // 0x400
6135-
field public static final int FLAG_SUPPORTS_RTL = 1073741824; // 0x40000000
6135+
field public static final int FLAG_SUPPORTS_RTL = 4194304; // 0x400000
61366136
field public static final int FLAG_SUPPORTS_SCREEN_DENSITIES = 8192; // 0x2000
61376137
field public static final int FLAG_SUPPORTS_SMALL_SCREENS = 512; // 0x200
61386138
field public static final int FLAG_SUPPORTS_XLARGE_SCREENS = 524288; // 0x80000

0 commit comments

Comments
 (0)