Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit e74cd68

Browse files
committed
Add priority support
1 parent 2f3ba9e commit e74cd68

17 files changed

Lines changed: 6 additions & 41 deletions

app/release/app-release.apk

-2.1 KB
Binary file not shown.

app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
<intent-filter>
1616
<action android:name="android.intent.action.MAIN" />
1717
<action android:name="android.intent.action.VIEW" />
18-
1918
<category android:name="android.intent.category.LAUNCHER" />
2019
</intent-filter>
2120
</activity>

app/src/main/ic_launcher-web.png

12.8 KB
Loading

app/src/main/res/drawable-v24/ic_launcher_foreground.xml

Lines changed: 0 additions & 34 deletions
This file was deleted.

app/src/main/res/drawable/ic_launcher_foreground.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<vector xmlns:android="http://schemas.android.com/apk/res/android"
22
android:width="108dp"
33
android:height="108dp"
4-
android:viewportWidth="51.67464"
5-
android:viewportHeight="51.67464">
6-
<group android:translateX="13.83732"
7-
android:translateY="13.83732">
4+
android:viewportWidth="49.090908"
5+
android:viewportHeight="49.090908">
6+
<group android:translateX="12.545455"
7+
android:translateY="12.545455">
88
<path
99
android:fillColor="#FF000000"
1010
android:pathData="M19.35,10.04C18.67,6.59 15.64,4 12,4 9.11,4 6.6,5.64 5.35,8.04 2.34,8.36 0,10.91 0,14c0,3.31 2.69,6 6,6h13c2.76,0 5,-2.24 5,-5 0,-2.64 -2.05,-4.78 -4.65,-4.96zM17,13l-5,5 -5,-5h3V9h4v4h3z"/>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
33
<background android:drawable="@color/ic_launcher_background"/>
4-
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
4+
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
55
</adaptive-icon>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
33
<background android:drawable="@color/ic_launcher_background"/>
4-
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
4+
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
55
</adaptive-icon>
-93 Bytes
Loading
-93 Bytes
Loading
-20 Bytes
Loading

0 commit comments

Comments
 (0)