153
Views
3
Comments
Solved
Not able to find AndroidManifest.xml file

Hi,

I want to make changes in androidmanifest.xml file but I don't know where I can find it. Can anyone help me in this.

Thanks!

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP
Solution

Hi Sharadha,

I believe this file is only editable in the original Cordova Plugin code on Github.

In OutSystems you can only change the Extensibility Configurations JSON Schema.

What changes do you need to make?

Here is a post with suggestions on how to create an empty plugin with just the androidmanifest.xml.

https://www.outsystems.com/forums/discussion/63862/setting-android-feature-flags-in-manifest/

Regards,

Daniel

UserImage.jpg
Shradha Parkhi

Thanks for responding!

Code for plugin in github does not have androidmanifest.xml file. Only application are able to generate it right?

I want to make few configurations in file like LaunchMode.

UserImage.jpg
Shradha Parkhi

Hi,

I want to change taskaffinity="" and launchMode="singleInstance" in androidmanifest.xml file.

Can you help how can I do that.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.