diff options
-rw-r--r-- | make/resources/android/AndroidManifest-launcher.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/make/resources/android/AndroidManifest-launcher.xml b/make/resources/android/AndroidManifest-launcher.xml index 176ddfb3c..f8bcbc139 100644 --- a/make/resources/android/AndroidManifest-launcher.xml +++ b/make/resources/android/AndroidManifest-launcher.xml @@ -13,6 +13,8 @@ android:description="@string/app_descr" android:persistent="false" > + + <uses-feature android:glEsVersion="0x00020000" /> <activity android:name="com.jogamp.android.launcher.NEWTLauncherRedSquareES1Activity" android:finishOnTaskLaunch="true" android:launchMode="standard" @@ -43,6 +45,7 @@ android:configChanges="keyboardHidden|orientation" android:label="@string/activity_gearses1_name" android:description="@string/activity_gearses1_descr" + android:exported="true" > <intent-filter> <action android:name="android.intent.action.MAIN" /> @@ -55,6 +58,7 @@ android:configChanges="keyboardHidden|orientation" android:label="@string/activity_gearses2_name" android:description="@string/activity_gearses2_descr" + android:exported="true" > <intent-filter> <action android:name="android.intent.action.MAIN" /> @@ -67,6 +71,7 @@ android:configChanges="keyboardHidden|orientation" android:label="@string/activity_graphui_name" android:description="@string/activity_graphui_descr" + android:exported="true" > <intent-filter> <action android:name="android.intent.action.MAIN" /> @@ -79,6 +84,7 @@ android:configChanges="keyboardHidden|orientation" android:label="@string/activity_elektro_name" android:description="@string/activity_elektro_descr" + android:exported="true" > <intent-filter> <action android:name="android.intent.action.MAIN" /> |