7d6261ce05efb66be85e18cbcb8ff9bf091b4301
[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.core">
11
12     <application
13         android:label="XWalkCoreLibrary" android:hardwareAccelerated="true" android:icon="@drawable/crosswalk">
14     </application>
15
16   <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="19" />
17 </manifest>