<?xml version="1.0" encoding="utf-8" standalone="no"?>PS: I'm using an apk generated with the .aia from the tutorial
<!-- ****
**** Generated by AppToMaret on Tue Mar 15 19:41:23 CET 2016
**** 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
****
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="4"
android:installLocation="auto"
android:versionName="4.0" package="appinventor.ai_Julien_Zolli1.SideMenu">
<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"/>
<supports-screens android:resizeable="false" android:smallScreens="true" android:normalScreens="true" android:largeScreens="true" android:xlargeScreens=”true” android:anyDensity="false" />
<application android:debuggable="false" android:icon="@drawable/ya" android:theme="@android:style/Theme.NoTitleBar" android:label="SideMenu" 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_Julien_Zolli1.SideMenu.Screen2" android:theme=“@style/Theme.myCustomTheme“ android:windowSoftInputMode="stateHidden">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
</intent-filter>
</activity>
</application>
</manifest>
<supports-screens android:resizeable="false" android:smallScreens="true" android:normalScreens="true" android:largeScreens="true" android:xlargeScreens=”true” android:anyDensity="false" />
<activity android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation" android:name="appinventor.ai_Julien_Zolli1.SideMenu.Screen2" android:theme=“@style/Theme.myCustomTheme“ android:windowSoftInputMode="stateHidden">
<
supports-screens
android:resizeable
=
"false"
android:smallScreens
=
"true"
android:normalScreens
=
"true"
android:largeScreens
=
"true"
android:xlargeScreens
=
"true"
android:anyDensity
="
true"
/>
android:theme
=
"@style/Theme.myCustomTheme"