Guest User

Untitled

a guest
Oct 24th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <activity
  2. android:name=".SettingsActivity"
  3. android:launchMode="singleTop"
  4. android:label="@string/app_name">
  5. <intent-filter>
  6. <category android:name="android.intent.category.LAUNCHER" />
  7. <action android:name="android.intent.action.MAIN" />
  8. </intent-filter>
  9. </activity>
Add Comment
Please, Sign In to add comment