We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 256b154 commit 6756f74Copy full SHA for 6756f74
api/current.txt
@@ -6132,7 +6132,7 @@ package android.content.pm {
6132
field public static final int FLAG_STOPPED = 2097152; // 0x200000
6133
field public static final int FLAG_SUPPORTS_LARGE_SCREENS = 2048; // 0x800
6134
field public static final int FLAG_SUPPORTS_NORMAL_SCREENS = 1024; // 0x400
6135
- field public static final int FLAG_SUPPORTS_RTL = 1073741824; // 0x40000000
+ field public static final int FLAG_SUPPORTS_RTL = 4194304; // 0x400000
6136
field public static final int FLAG_SUPPORTS_SCREEN_DENSITIES = 8192; // 0x2000
6137
field public static final int FLAG_SUPPORTS_SMALL_SCREENS = 512; // 0x200
6138
field public static final int FLAG_SUPPORTS_XLARGE_SCREENS = 524288; // 0x80000
0 commit comments