We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6245a67 commit 7441751Copy full SHA for 7441751
1 file changed
packages/react-native/ReactAndroid/src/main/java/com/facebook/react/util/AndroidVersion.kt
@@ -30,6 +30,7 @@ internal object AndroidVersion {
30
/**
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
+ * https://cs.android.com/android/platform/superproject/main/+/main:frameworks/base/core/res/res/values/public-final.xml;l=3848;drc=7fa5818fb7037c541807c3754882d98f6ea22d20
34
*/
35
internal const val ATTR_WINDOW_OPT_OUT_EDGE_TO_EDGE_ENFORCEMENT: Int = 0x0101069a
36
0 commit comments