0

I am developing a mobile app by Multi Device Mobile App in VS 2013, since AndroidManifest.xml is generated from scratch in build process how can I set something in it?

skaffman
  • 398,947
  • 96
  • 818
  • 769
Reza
  • 18,865
  • 13
  • 88
  • 163

1 Answers1

1

You can override the AndroidManifest.xml by placing your custom manifest at res/native/android. Use the generated version of the file in the bld/Debug/platforms/android folder after building a Debug configuration of the project for Android to configure settings such as custom intents.

Abhishek - MSFT
  • 1,598
  • 11
  • 17