diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 00000000..f24403c5 Binary files /dev/null and b/.DS_Store differ diff --git a/doc/maxsdkversion.md b/doc/maxsdkversion.md index b9ab1c1e..9a746acf 100644 --- a/doc/maxsdkversion.md +++ b/doc/maxsdkversion.md @@ -1,6 +1,6 @@ ## maxSdkVersion -[``](https://developer.android.com/guide/topics/manifest/uses-permission-element.html) has an attribute called `maxSdkVersion`. PermissionsDispatcher supports this feature as well. +[<uses-permission>](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.