blob: ed9188b4a513a9e0e4e53f468b4836eb8fe65915 [file] [log] [blame]
<!-- Copyright 2018 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file. -->
<!-- This package name must match the one in WebViewChromiumAwInit.maybeLogActiveTrials() -->
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="org.chromium.webview_log_verbosifier"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="28" />
<application android:label="WebView Log Verbosifier" />
</manifest>