Skip to content

Instantly share code, notes, and snippets.

@sdex
Created April 14, 2016 08:40
Show Gist options
  • Save sdex/eef84452999194aa7e509192c91c7553 to your computer and use it in GitHub Desktop.
Save sdex/eef84452999194aa7e509192c91c7553 to your computer and use it in GitHub Desktop.
Remove permissions during manifest merge
<uses-permission
android:name="android.permission.VIBRATE"
tools:node="remove"
tools:selector="com.libpackage">
</uses-permission>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment