Advertisement
Guest User

Untitled

a guest
Nov 21st, 2012
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.00 KB | None | 0 0
  1. <manifest xmlns:android="http://schemas.android.com/apk/res/android"
  2.    package="my.package"
  3.    sharedUserId="com.jogamp.Community"
  4.    android:versionCode="914011"
  5.    android:versionName="2.0-rc-b66-20121101"
  6.    >
  7.    
  8.     <uses-feature android:name="android.hardware.touchscreen" android:required="false" />
  9.    
  10.     <uses-sdk android:minSdkVersion="9" android:targetSdkVersion="15" />
  11.    
  12.     <application android:label="@string/app_name"
  13.        android:icon="@drawable/ic_launcher"
  14.        android:theme="@style/AppTheme">
  15.        
  16.         <activity android:name="my.package.NEWTGearsES2ActivityLauncher"
  17.                  android:theme="@android:style/Theme.NoDisplay"
  18.                  android:persistent="false"
  19.                  >
  20.             <intent-filter>
  21.                 <action android:name="android.intent.action.MAIN" />
  22.                 <category android:name="android.intent.category.LAUNCHER" />
  23.             </intent-filter>
  24.         </activity>
  25. </application>
  26.  
  27. </manifest>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement