Skip to content

Commit

Permalink
[README] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarthel-fr authored Dec 1, 2016
1 parent c5603f5 commit abf1e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Issue: density APK splits

When using the density APK split, the manifest merger seems to add three extra permissions even if there are not declared in the app manifest.
When using the density APK split, the manifest merger seems to add three extra permissions even if they are not declared in the app manifest.

```xml
<android:uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
Expand Down

0 comments on commit abf1e8c

Please sign in to comment.