manifest

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