Advertisement
iBotPeaches

Untitled

Jun 12th, 2013
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <manifest android:versionCode="1" android:versionName="1.0" package="com.example.dexdummy"
  3. xmlns:android="http://schemas.android.com/apk/res/android">
  4. <uses-sdk android:minSdkVersion="8" />
  5. <application android:theme="@style/AppTheme" android:label="@string/app_name" android:icon="@drawable/ic_launcher" android:allowBackup="true">
  6. <activity android:label="@string/app_name" android:name="com.example.dexdummy.MainActivity">
  7. <intent-filter>
  8. <action android:name="android.intent.action.MAIN" />
  9. <category android:name="android.intent.category.LAUNCHER" />
  10. </intent-filter>
  11. </activity>
  12. </application>
  13. </manifest>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement