Created
April 30, 2020 00:58
-
-
Save FarazPatankar/660ca8b3e1bc16af84810394b65ad766 to your computer and use it in GitHub Desktop.
Removing unused permissions from the manifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<manifest | |
xmlns:android="http://schemas.android.com/apk/res/android" | |
<!-- You need this line to use the tools namespace --> | |
xmlns:tools="http://schemas.android.com/tools" | |
package="YOUR_PACKAGE_NAME" | |
> | |
<uses-permission tools:node="remove" android:name="android.permission.ACCESS_COARSE_LOCATION"/> | |
</manifest> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment