manifest

  1. F

    Android Question DPAD Control and Hardware Declaration documentation

    Hi guys I uploaded my app hoping to pass all Android TV tests but I'm getting my app rejected because of this: App Bundle:1 Missing DPad functionality Your app requires user interaction for menus or app navigation. Please make sure that menus and app navigation needed for the app’s core...
  2. R

    Android Question Found multiple <meta-data> elements for key 'com.google.android.gms.version', expected at most one.

    Getting the error above when uploading my App Bundle to Google Play. I see several other users have had similar issues but usually caused by duplicate manifest entries, in this case I cannot see any duplicates. I have tried commenting out suspect manifest entries but that only gives me a white...
  3. M

    Android Question Custom build in AndroidManifest

    Hi, How to control custom build in manifest editor? Like in b4a code: #If Custom build 1 ' do some things #Else If Custom build 2 ' do some things #End If
  4. J

    Android Question Error in manifest for B4XPages project

    I'm getting an error on the Manifest when Compiling a B4XPages project. Error parsing manifest script: Line=1, Word=< Command expected Here is the Manifest: <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android"...
  5. C

    Italian Non mi caria il banner!

    Ciao a tutti, spero che possiate aiutarmi. non so come risolvere! Ho creato un account admob, ho collegato Firebase. Aggiunta app (attualmente su Playstore). scaricato il file google-services.json e salvato nella cartella dell'app creata nel bunner pubblicitario. Successivamente ho provato a...
  6. M

    Android Question IME_HeightChanged manifest

    Hi! I have added SetActivityAttribute(Main, android:windowSoftInputMode, adjustResize|stateHidden) to the manifest for using the Ime_heightChanged event but it only works if I add the same line one by one all the activities I need to handle de IME event. Is there a single line for the...
  7. S

    Android Question android uid system INCOMPATIBLE and system signature

    Hello to all . I have been involved in this issue for two weeks and I could not solve it. I will be happy to help you. I use this code in my manifesto: android: sharedUserId = "android.uid.system" But when I use aosp signatures for my signature app. And I use Signapp.Jar to build my own Sign...
  8. Hadi57

    Android Question Malformed Manifest in uppercase characters in package name and Firebase services

    Hi everybody I used uppercase character in one of my published games, therefore I can’t use Firebase services (cloud messaging), I get INSTALL_PARSE_FAILED_MANIFEST_MALFORMED error message while compiling. As I have more than +5M installs in Google play I can’t change package name and release...
  9. Mohsen Torabi

    B4A Library MaatisaLibs - Collection of Themes & Tools

    Hi to all. First of all, My English is bad so i am sorry. I am using B4A for long time, and I am thankful to B4X community and Erel, Because it changes my programming life. This is my first semi-pro;) library, So i hope it will be useful for you. This lib contains 4 Classes and one manifest...
  10. Lucas Eduardo

    Android Question Change Manifest code by code

    Hello, there is a way to change manifest code via code? For example, this code in manifest AddReplacement($ADMOB_APP_ID$, ca-app-pub-3940256099942544~3347511713) For some reason i want to change it by code. Thank you.
  11. Lucas Eduardo

    Android Question FirebaseAnalytics.Firebase crashing app

    Hello, i reinstall the SDK Manager and when i debug an app it crashs before start. So i found what was causing the problem and it's this line in manifest editor CreateResourceFromFile(Macro, FirebaseAnalytics.Firebase) I searched for a lot solutions in forum but with not success, i already...
  12. Sandman

    Android Question Possible to read Version number from b4xlib in B4A?

    I have a manifest file in my b4xlib, which contains the version number of the lib. However, I would also like my lib to be able to report the version number to the "main" app that uses the lib. (You know, typically for showing in an about dialog or something like that.) Is there a way for...
  13. Sandman

    Android Question b4xlib manifest version numbers are strange

    I'm creating a b4xlib and try to set this kind of version in the manifest.txt: Version=2.12-2020-01-23-11-31-19 So, basically, during the automated build process of the b4xlib a timestamp is added to the version number. This is not appreciated by B4A: (A somewhat vague error message, by...
  14. ALBRECHT

    Android Question Get manifest values

    Hello, After setting some value into the manifest.xml as for example : <color name="actionbar">#ff039be5</color> how to get that value inside code ? Michel
  15. H

    Android Question SetApplicationAttribute programmatically

    What is the code that equivalent to this SetApplicationAttribute (android:supportsRtl, true) That code is in manifest file, I want to write it in activity or service code.
  16. peacemaker

    Android Question Manifest's intent-filter for MimeType "text/*"

    HI, All I'd like to receive by the app files of some kinds: AddActivityText(Main, <intent-filter> <action android:name="android.intent.action.SEND" /> <category android:name="android.intent.category.DEFAULT" /> <data android:mimeType="image/*" /> <data android:mimeType="text/*" />...
  17. MARCO C.

    Italian Help su errore Manifest - FileProvider

    Buongiorno , dietro consiglio di UDG , vorrei inserire dentro una mia App la possibilità di inviare una copia dell'ordine via mail. Quindi sto cercando di inserire FileProvider all'interno del mio codice. Purtroppo il debug mi segnala questa errore AndroidManifest.xml:29: error: Error: No...
  18. Brandsum

    Android Question android:pathData Error parsing manifest script CreateResource

    I'm trying to create a drawable resource. Here is my code: CreateResource(drawable, custom_back_material.xml, <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:viewportWidth="24.0"...
  19. T

    Android Question Overriding themes in manifest file for spinner

    Hi All, I have just started trying to target my app builds to newer version of Android in order to put them on Google Play, previously they were targeted at sdk 4. This has caused my apps to change appearance, so I trying to get them looking how I want using themes and overriding where...
  20. Mikel Huerta

    Spanish (RESUELTO)Alguien ha logrado Abrir un archivo PDF en Android 7 ? creo que no se puede verdad ?

    Hola, les explico y de antemano muchas gracias por sus comentarios y/o ayudas: Tengo una app que genera un pdf, lo genera bien ya que lo envio por mail y cuando lo leo en mi pc lo lee sin problemas. Incluso en el telefono me voy a cualquiera de las 3 aplicaciones que tengo instaladas y lo lee...
Top