manifest editor

  1. Sganga61

    Android Question Android35 and Google Play Consolle

    Hi. Following the instruction to update to B4A 13.40 Version I set the Android.jat location to: F:\Android\platforms\android-36\android.jar (this is the only platform I have) Before publish updates to my already published apps I change the Manifest to: After publish the app I get this...
  2. K

    Android Question AndroidManifest.xml content to ManifestEditor

    Good day! I am struggling with a problem concerning my POS application integration with the VIVA softPOS application. The documentation on developer.viva.com give us: Intent payIntent = new Intent(Intent.ACTION_VIEW, Uri.parse( "vivapayclient://pay/v1"...
  3. T201016

    Share My Creation MakeB4XLib - Creating libraries *.B4Xlib

    Hello forum lovers, I am happy to provide the MakeB4XLib v1.7 application for own use only for forum users. Please read this restriction in the further content of the post: Application-Regulations - to continue to Google Drive. MakeB4XLib - to continue to Google Drive. (A password to unpack the...
  4. mohdosala

    Android Question How to set MsgBox background color in MANIFEST EDITOR

    Hey there, I'm changing the whole theme of my app using the method that Erel has posted in this thread: Theme Colors Here is the code of my manifest editor: AddManifestText( <uses-sdk android:minSdkVersion="21" android:targetSdkVersion="33"/> <supports-screens android:largeScreens="true"...
Top