9d4ff212b51873eed5514cb25076ff1a7a9c90d0
[platform/framework/web/crosswalk.git] / src / xwalk / runtime / android / runtimelib / 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="17" />
17 </manifest>