android - Google playstore, dublicate declaration of permissions -


just wanted small update in app , got message. didn't change in gradle/manifest file last time updated.

enter image description here

could library conflict?

in order deal dublicates above can use manifest merger. in case had use tools="replace" along permission keeps permission , doesn't rty merge permissions other libraries.

e.g <uses-permission android:name="android.permission.write_external_storage" tools:node="replace" />

this link helped me understand merger better


Comments

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -

Nuget pack csproj using nuspec -