Skip to content

Commit

Permalink
Remove app icon in launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
zehuanli committed Oct 12, 2022
1 parent d02aade commit 6dac5d8
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 54 deletions.
5 changes: 2 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
//noinspection ExpiredTargetSdkVersion
minSdkVersion 21
targetSdkVersion 30
versionCode 3
versionName "2.0"
versionCode 4
versionName "2.1"
}

buildTypes {
Expand All @@ -23,7 +23,6 @@ android {
}

dependencies {
// compileOnly files('libs/XposedBridgeApi-82.jar')
compileOnly 'de.robv.android.xposed:api:82'
}

19 changes: 0 additions & 19 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,6 @@
android:icon="@drawable/ic_launcher_foreground"
android:theme="@style/AppTheme">

<activity
android:name="com.upbad.apps.vogo.SettingsActivity"
android:label="@string/app_name">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="de.robv.android.xposed.category.MODULE_SETTINGS" />
</intent-filter>
</activity>

<activity-alias
android:name="com.upbad.apps.vogo.SettingsActivity_Alias"
android:label="@string/app_name"
android:targetActivity="com.upbad.apps.vogo.SettingsActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity-alias>

<meta-data
android:name="xposedscope"
android:resource="@array/scope" />
Expand Down
14 changes: 0 additions & 14 deletions app/src/main/java/com/upbad/apps/vogo/SettingsActivity.java

This file was deleted.

16 changes: 0 additions & 16 deletions app/src/main/res/layout/activity_settings.xml

This file was deleted.

2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<resources>
<string name="app_name">VOGO</string>
<string name="app_desc">Google Voice加油</string>
<string name="app_desc">Add mark-as-read to Google Voice notifications</string>

<string-array name="scope">
<item>com.google.android.apps.googlevoice</item>
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
buildscript {
repositories {
jcenter { url "https://jcenter.bintray.com/" }
maven { url 'https://maven.aliyun.com/mvn/repository/' }
google()
}
dependencies {
Expand Down

0 comments on commit 6dac5d8

Please sign in to comment.