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" />
13 <activity android:name="org.chromium.customtabs.test.MainActivity"
14 android:label="MainActivity">
16 <action android:name="android.intent.action.MAIN" />
17 <category android:name="android.intent.category.LAUNCHER" />