From 735f16949e706123537d1a29814c5a8adfd30324 Mon Sep 17 00:00:00 2001 From: hotchemi Date: Fri, 21 Dec 2018 20:28:04 +0900 Subject: [PATCH] Escape tag for html. --- .DS_Store | Bin 0 -> 6148 bytes doc/maxsdkversion.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..f24403c50de562f81164cf8ba9011169e9cc4d57 GIT binary patch literal 6148 zcmeHK%}xR_5N-jrV2m70paynbBAeirz~V*`v#+6V+975zpzEdnsr?p0- zENjjBtSqO^W~D6m>j$%0UhM8w4^O&x50BHQ+4GCxmjnG;wk^)#6%`](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.