Qian
Qian

Reputation: 13

Android remove duplicate user permission in manifest file

I have this android project with a intricate manifest file that specify a lot of user permission, but many of them are duplicate. Probably caused by copy and paste.
I wonder if there a quick way to remove all the duplicate permissions.
Thanks for your time!

Upvotes: 0

Views: 949

Answers (1)

Miran Senanayaka
Miran Senanayaka

Reputation: 154

Use this plugin to remove duplicate lines in manifest.xml file. This is a String manipulation file to remove duplicate lines. Hope this will helps you. https://plugins.jetbrains.com/plugin/2162

Upvotes: 1

Related Questions