Hola drgottjr
Gracias por tu pronta respuesta.
Te copio aquí lo que tengo en el manifest
'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="5" android:targetSdkVersion="30"/>
<supports-screens android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:requestLegacyExternalStorage="true"
android:anyDensity="true"/>)
SetApplicationAttribute(android:icon, "@drawable/icon")
SetApplicationAttribute(android:label, "$LABEL$")
SetApplicationAttribute(android:theme, "@android:style/Theme.Holo")
'End of default text.
'SetApplicationAttribute(android:uiOptions, "splitActionBarWhenNarrow")
No es algo que toque salvo excepciones.
El mensaje lo da el móvil yo no he creado ese mensaje ;o))))
Voy a añadir las líneas que comentas y te comento.
Tendré que cambiar como tú bien dices a internal.
gracias por todo