<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!-- ****
**** Generated by AppToMaret on Thu Jan 25 12:54:03 CET 2018
**** If you wish, you can update this file to your needs.
**** If updating, it has to be done prior to clicking 'Create New .apk' button AppToMarket
**** However, please make sure that your updates WILL NOT break the functionality.
**** For example, removing permissions, could cause runtime exceptions
****
-->android:versionCode="1"
android:installLocation="auto"
android:versionName="1.0" package="appinventor.ai_bobans_s73.youtube_viewer" platformBuildVersionCode="22" platformBuildVersionName="5.1.1-1819727">
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-sdk android:targetSdkVersion="14" android:minSdkVersion="7" />
<application android:debuggable="false" android:icon="@drawable/ya" android:theme="@android:style/Theme" android:label="youtube" android:name="com.google.appinventor.components.runtime.multidex.MultiDexApplication">
<activity android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation" android:name=".Screen1" android:windowSoftInputMode="stateHidden">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>
<activity android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation" android:name="appinventor.ai_bobans_s73.youtube_viewer.Screen2" android:windowSoftInputMode="stateHidden">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
</intent-filter>
</activity>
</application>
</manifest>