We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3cb2ac commit 15d5083Copy full SHA for 15d5083
1 file changed
packages/react-native/ReactAndroid/src/main/java/com/facebook/react/util/AndroidVersion.kt
@@ -31,7 +31,7 @@ internal object AndroidVersion {
31
* android.R.attr.windowOptOutEdgeToEdgeEnforcement added in API 35. Internally at Meta this code
32
* is compiled against an SDK that may not have this attribute defined.
33
*/
34
- internal const val ATTR_WINDOW_OPT_OUT_EDGE_TO_EDGE_ENFORCEMENT: Int = 0x01010678
+ internal const val ATTR_WINDOW_OPT_OUT_EDGE_TO_EDGE_ENFORCEMENT: Int = 0x0101069a
35
36
/**
37
* This method is used to check if the current device is running Android 15 (SDK Level 35) or
0 commit comments