Skip to content

Commit 7ec54f3

Browse files
committed
[[ Bug 22400 ]] Move ${ALLOW_HTTP_CONNECTIONS} into <application> tag
This patch moves the placeholder variable for android:usesCleartextTraffic into the <application> tag.
1 parent bb5350c commit 7ec54f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

engine/rsrc/android-manifest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,14 @@ ${USES_PERMISSION}${USES_FEATURE}
1212
android:normalScreens="true"
1313
android:smallScreens="true"
1414
android:anyDensity="true" />
15-
<application android:label="${LABEL}" ${ICON} android:debuggable="false">
15+
<application android:label="${LABEL}" ${ICON} android:debuggable="false" ${ALLOW_HTTP_CONNECTIONS}>
1616
<activity android:name="${NAME}"
1717
android:theme="${THEME}"
1818
android:screenOrientation="${ORIENTATION}"
1919
android:configChanges="${CONFIG_CHANGES}"
2020
android:windowSoftInputMode="stateHidden"
2121
android:launchMode="singleTask"
2222
android:hardwareAccelerated="${HARDWARE_ACCELERATED}">
23-
${ALLOW_HTTP_CONNECTIONS}
2423
<intent-filter>
2524
<action android:name="android.intent.action.MAIN" />
2625
<category android:name="android.intent.category.LAUNCHER" />

0 commit comments

Comments
 (0)