106b7aeb43aa76441d01a19577488d3df228b67e
[platform/framework/web/crosswalk.git] / src / xwalk / runtime / android / runtime_lib / AndroidManifest.xml
1 <?xml version="1.0" encoding="utf-8"?>
2
3 <!--  Copyright (c) 2013 Intel Corporation. All rights reserved.
4
5   Use of this source code is governed by a BSD-style license that can be
6   found in the LICENSE file.
7 -->
8
9 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
10     package="org.xwalk.runtime.lib">
11
12     <application android:name="org.xwalk.runtime.lib.RuntimeLibApplication"
13         android:label="XWalkRuntimeLib" android:hardwareAccelerated="true" android:icon="@drawable/crosswalk">
14     </application>
15
16   <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="19" />
17 </manifest>