Advertisement
Guest User

Untitled

a guest
Sep 29th, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. <manifest xmlns:android="http://schemas.android.com/apk/res/android">
  2.  
  3. <application>
  4. <activity android:name="com.mycompany.myproject.promo.ui.PromoHomeActivity"
  5. android:screenOrientation="portrait"
  6. android:theme="@style/Theme.AppCompat.NoActionBar">
  7. <intent-filter>
  8. <action android:name="android.intent.action.MAIN" />
  9.  
  10. <category android:name="android.intent.category.LAUNCHER" />
  11. </intent-filter>
  12. </activity>
  13. </application>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement