Skip to content

Commit 7441751

Browse files
committed
Add link to the Android source code
1 parent 6245a67 commit 7441751

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • packages/react-native/ReactAndroid/src/main/java/com/facebook/react/util

packages/react-native/ReactAndroid/src/main/java/com/facebook/react/util/AndroidVersion.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ internal object AndroidVersion {
3030
/**
3131
* android.R.attr.windowOptOutEdgeToEdgeEnforcement added in API 35. Internally at Meta this code
3232
* 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
3334
*/
3435
internal const val ATTR_WINDOW_OPT_OUT_EDGE_TO_EDGE_ENFORCEMENT: Int = 0x0101069a
3536

0 commit comments

Comments
 (0)