/Research/Example projects/android2.1_TestOGL/AndroidManifest.xml
https://bitbucket.org/DeveloperUX/behaviortree · XML · 23 lines · 20 code · 3 blank · 0 comment · 0 complexity · 0eeeac9fd23d5a49a6a2946a3b74ebf1 MD5 · raw file
- <?xml version="1.0" encoding="utf-8"?>
- <manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="com.example.atogl"
- android:versionCode="1"
- android:versionName="1.0">
- <application android:icon="@drawable/icon" android:label="@string/app_name" android:debuggable="true">
- <activity android:name=".atogl"
- android:label="@string/app_name">
- <intent-filter>
- <action android:name="android.intent.action.MAIN" />
- <category android:name="android.intent.category.LAUNCHER" />
- </intent-filter>
- </activity>
-
- </application>
- <supports-screens
- android:largeScreens="true"
- android:normalScreens="true"
- android:smallScreens="true"
- android:anyDensity="true" />
- </manifest>