Dear friends, please
It is possible to use #If FULL in Manifest editor?
I am trying it, but I thing that it is not functioned...
Thank you
p4ppc
It is possible to use #If FULL in Manifest editor?
I am trying it, but I thing that it is not functioned...
Thank you
p4ppc
B4X:
#If FULL
AddManifestText(
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="26"/>
<supports-screens android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:anyDensity="true"/>
<uses-permission android:name="android.permission.BLUETOOTH" />)
#If
#If TRIAL
AddManifestText(
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="26"/>
<supports-screens android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:anyDensity="true"/>
)
#If