manifest editor

  1. 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"...
  2. 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...
  3. 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