1 <?xml version=
"1.0" encoding=
"utf-8"?>
3 <!-- Copyright 2015 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. -->
7 <manifest xmlns:
android=
"http://schemas.android.com/apk/res/android"
8 package=
"org.chromium.blimp">
9 <uses-sdk android:
minSdkVersion=
"16" android:
targetSdkVersion=
"21" />
10 <uses-permission android:
name=
"android.permission.ACCESS_NETWORK_STATE"/>
11 <uses-permission android:
name=
"android.permission.ACCESS_WIFI_STATE"/>
12 <uses-permission android:
name=
"android.permission.INTERNET"/>
13 <uses-permission android:
name=
"android.permission.WRITE_EXTERNAL_STORAGE"/>
14 <application android:
name=
"BlimpApplication"
15 android:
label=
"Blimp">
16 <activity android:
name=
"BlimpRendererActivity"
17 android:
launchMode=
"standard"
18 android:
theme=
"@android:style/Theme.Holo.Light.NoActionBar"
19 android:
configChanges=
"orientation|keyboardHidden|keyboard|screenSize"
20 android:
hardwareAccelerated=
"true">
22 <action android:
name=
"android.intent.action.MAIN"/>
23 <category android:
name=
"android.intent.category.LAUNCHER"/>