Merge pull request #86 from yogeshpaliyal/fix/multiple_icons

Fix/multiple icons
This commit is contained in:
Yogesh Choudhary Paliyal
2022-01-19 23:22:20 +05:30
committed by GitHub
5 changed files with 4 additions and 32 deletions
+2 -2
View File
@@ -20,8 +20,8 @@ android {
applicationId appPackageId
minSdkVersion 22
targetSdkVersion 31
versionCode 1403
versionName "1.4.3"
versionCode 1404
versionName "1.4.4"
testInstrumentationRunner "com.yogeshpaliyal.keypass.CustomTestRunner"
}
-18
View File
@@ -2,22 +2,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.yogeshpaliyal.common">
<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.KeyPass">
<activity
android:name=".MainActivity"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>
</manifest>
@@ -1,11 +0,0 @@
package com.yogeshpaliyal.common
import android.os.Bundle
import androidx.appcompat.app.AppCompatActivity
class MainActivity : AppCompatActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContentView(R.layout.activity_main)
}
}
@@ -0,0 +1 @@
Remove second launcher icon
+1 -1
View File
@@ -1 +1 @@
UX improvements
Remove second launcher icon