57353a8bfc044ef8709ed270d21cfefae075f827
[platform/framework/web/crosswalk.git] / src / xwalk / runtime / android / core_internal_empty / AndroidManifest.xml
1 <?xml version="1.0" encoding="utf-8"?>
2
3 <!--  Copyright (c) 2013-2014 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.library.empty">
11
12     <application android:name="android.app.Application"
13         android:label="XWalkCoreLibraryEmpty" android:hardwareAccelerated="true">
14     </application>
15
16   <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="19" />
17 </manifest>