2 xmlns:android="http://schemas.android.com/apk/res/android"
3 package="com.giri._template"
4 android:versionCode="1"
5 android:versionName="1.1">
6 <uses-sdk android:minSdkVersion="23"/>
8 android:label="@string/app_name">
10 android:name=".MainActivity"
11 android:icon="@mipmap/ic_launcher"
12 android:label="@string/app_name">
13 android:launchMode="singleTask"
14 android:screenOrientation="unspecified"
15 android:configChanges="screenLayout|uiMode|orientation">
17 <action android:name="android.intent.action.MAIN"/>
18 <category android:name="android.intent.category.LAUNCHER"/>