cygprofile: increase timeouts to allow showing web contents
[chromium-blink-merge.git] / tools / android / customtabs_benchmark / java / AndroidManifest.xml
blob4dc91492a2707d61d9eead54d4ae02795f2f331a
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (c) 2015 The Chromium Authors. All rights reserved. Use of
3      this source code is governed by a BSD-style license that can be found
4      in the LICENSE file. -->
6 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
7     package="org.chromium.customtabsclient.test"
8     android:versionCode="1"
9     android:versionName="1.0">
10     <uses-sdk android:minSdkVersion="16" android:targetSdkVersion="22" />
12     <application>
13       <activity android:name="org.chromium.customtabs.test.MainActivity"
14                 android:label="MainActivity">
15         <intent-filter>
16           <action android:name="android.intent.action.MAIN" />
17           <category android:name="android.intent.category.LAUNCHER" />
18         </intent-filter>
19       </activity>
20     </application>
21 </manifest>