File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff 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" />
You can’t perform that action at this time.
0 commit comments