Guest User

Untitled

a guest
Apr 27th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <activity android:name="@@@"
  2. android:configChanges="keyboardHidden|orientation"
  3. android:launchMode="singleInstance"
  4. android:stateNotNeeded="true">
  5. <intent-filter>
  6. <action android:name="android.intent.action.MAIN" />
  7. <category android:name="android.intent.category.HOME"/>
  8. <category android:name="android.intent.category.DEFAULT" />
  9. </intent-filter>
  10. </activity>
Add Comment
Please, Sign In to add comment