Skip to content

Commit

Permalink
Escape tag for html.
Browse files Browse the repository at this point in the history
  • Loading branch information
hotchemi committed Dec 21, 2018
1 parent cc8357c commit 735f169
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion doc/maxsdkversion.md
@@ -1,6 +1,6 @@
## maxSdkVersion

[`<uses-permission />`](https://developer.android.com/guide/topics/manifest/uses-permission-element.html) has an attribute called `maxSdkVersion`. PermissionsDispatcher supports this feature as well.
[&lt;uses-permission&gt;](https://developer.android.com/guide/topics/manifest/uses-permission-element.html) has an attribute call `maxSdkVersion`. PermissionsDispatcher support the feature as well.

The following sample is for declaring `Manifest.permisison.WRITE_EXTERNAL_STORAGE` up to API level 18.

Expand Down

0 comments on commit 735f169

Please sign in to comment.