commit | 1663ae63d21b24f9de7e07c46013a6ff1c03f49c | [log] [tgz] |
---|---|---|
author | Pavel Shmakov <pshmakov@google.com> | Fri May 17 17:03:47 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Fri May 17 17:22:42 2019 |
tree | 9801ab42bcabeb4f2ef4661665a5d11e89ff9f58 | |
parent | 59af5454e3add89ad3786e14fd08e9cdc350bef7 [diff] |
Restore minSdkVersion in manifest minSdkVersion turned out to be affecting manifest merging. The merger adds permissions for backward compatibility reasons. TBR: peconn@chromium.org Change-Id: I11114eb647763d352608cef5eefa151e315c2623 Reviewed-on: https://chromium-review.googlesource.com/c/custom-tabs-client/+/1617462 Reviewed-by: Pavel Shmakov <pshmakov@chromium.org> Commit-Queue: Pavel Shmakov <pshmakov@chromium.org>
diff --git a/customtabs/AndroidManifest.xml b/customtabs/AndroidManifest.xml index 99736b1..a3abf5d 100644 --- a/customtabs/AndroidManifest.xml +++ b/customtabs/AndroidManifest.xml
@@ -16,5 +16,5 @@ --> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="android.support.customtabs"> - + <uses-sdk android:minSdkVersion="16"/> </manifest> \ No newline at end of file