'This code will be applied to the manifest file during compilation.
'You do not need to modify it in most cases.
'See this link for for more information: http://www.b4x.com/forum/showthread.php?p=78136
AddManifestText(
<uses-sdk android:minSdkVersion="4" />
<supports-screens android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:anyDensity="true"/>)
SetApplicationAttribute(android:icon, "@drawable/icon")
SetApplicationAttribute(android:label, "$LABEL$")
'End of default text.
AddReplacement(<uses-permission android:name="android.permission.INTERNET" />, <!-- <uses-permission android:name="android.permission.INTERNET" /> -->)
AddReplacement("<uses-permission android:name="&Quote&"android.permission.INTERNET"&Quote&" />","")
AddReplacement(<uses-permission android:name="android.permission.INTERNET"/>,)
Although the ones I had were missing the final space so:
B4X:AddReplacement(<uses-permission android:name="android.permission.INTERNET"/>,)
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?