Skip to content

Instantly share code, notes, and snippets.

@nazmulidris
Created August 21, 2017 21:59
Show Gist options
  • Save nazmulidris/3d97502c70fb9270c27ee206ad1bc1f6 to your computer and use it in GitHub Desktop.
Save nazmulidris/3d97502c70fb9270c27ee206ad1bc1f6 to your computer and use it in GitHub Desktop.
<application
android:launchMode="singleTop"
android:theme="@style/AppTheme">
<activity android:name="com.example.android.mediaplayersample.MainActivity"
android:configChanges="orientation">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>
</application>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment