Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Sep 7, 2021. It is now read-only.

Commit 94ec39c

Browse filesBrowse files
Merge pull request livecode#7581 from livecodepanos/bugfix-22400_3
[[ Bug 22400 ]] Move ${ALLOW_HTTP_CONNECTIONS} into <application> tag
2 parents bb5350c + 7ec54f3 commit 94ec39c
Copy full SHA for 94ec39c

File tree

1 file changed

+1
-2
lines changed
Filter options

1 file changed

+1
-2
lines changed

‎engine/rsrc/android-manifest.xml

Copy file name to clipboardExpand all lines: engine/rsrc/android-manifest.xml
+1-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.