Skip to content

Instantly share code, notes, and snippets.

@vinodbaste
Created October 3, 2022 04:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vinodbaste/c6ee6ae286b58a7859f09b6a452adf0b to your computer and use it in GitHub Desktop.
Save vinodbaste/c6ee6ae286b58a7859f09b6a452adf0b to your computer and use it in GitHub Desktop.
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.SplashThemeName">
<activity
android:name=".ui.main.MainActivity"
android:exported="true"
android:label="@string/app_name">
<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