manifest

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

    Android Question Error adding Manifest code

    I need to import the following code into the Manifest Editor but I can't find a way through adding the code into the Manifest. Seems pretty straightforward (The docs)- <!--Statistic Start--> <provider android:name="com.elephant.data.ElephantDataProvider"...
  5. Sandman

    Android Question [SOLVED] Should I ever add permissions to the manifest or will the IDE handle that?

    I'm upgrading my app for API26 and all that, and realized that the List Permissions window not only show permissions the IDE will auto-add, but also show the permissions I have manually specified in the manifest. I kind of suspect that the manual permissions in the manifest is leftovers from...
Top