Today I found that my app is not showing in a particular android, it is an Android Box and I have others that it shows up fine.
How can I find out what is keeping it of showing?
this is my manifest:
Eduardo
How can I find out what is keeping it of showing?
this is my manifest:
B4X:
'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="14"
android:targetSdkVersion="14"/>
<uses-permission android:name="android.permission.CHANGE_WIFI_MULTICAST_STATE"/>
<uses-permission android:name="android.permission.INTERNET" />
<supports-screens android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:anyDensity="true"/>)
SetApplicationAttribute(android:icon, "@drawable/icon")
SetApplicationAttribute(android:label, "$LABEL$")
AddApplicationText(<activity android:name="anywheresoftware.b4a.objects.preferenceactivity"/>)
'AddActivityText(main, <intent-filter>
' <action android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" />
' </intent-filter>
' <meta-data android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED"
' android:resource="@xml/device_filter" />)
'End of default text.
Eduardo
Last edited: