Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to remove the default MainActivity #65

Closed
SystemParadox opened this issue Jul 25, 2016 · 1 comment
Closed

How to remove the default MainActivity #65

SystemParadox opened this issue Jul 25, 2016 · 1 comment
Labels

Comments

@SystemParadox
Copy link

Hi. I am trying to remove the default MainActivity entry from the AndroidManifest.xml. I have tried:

<preference name="android-manifest/application/activity[@android:name='MainActivity']" delete="true" />

But this seems to delete the whole <application> tag, rather than deleting one activity within it.

Is this a bug or is there something wrong with my configuration?

Thanks.

@SystemParadox
Copy link
Author

Fantastic. Thankyou very much :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants