Merge pull request #24 from termux/appname-change
change the application name back to Termux:X11 due to various reasons can't be named as Termux:Wayland
This commit is contained in:
commit
3754b3b5b5
2
.github/workflows/debug_build.yml
vendored
2
.github/workflows/debug_build.yml
vendored
@ -20,5 +20,5 @@ jobs:
|
|||||||
- name: Store generated APK file
|
- name: Store generated APK file
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: termux-wayland
|
name: termux-x11
|
||||||
path: ./app/build/outputs/apk/debug
|
path: ./app/build/outputs/apk/debug
|
||||||
|
@ -109,7 +109,7 @@ public class LorieService extends Service {
|
|||||||
NotificationManager notificationManager = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
|
NotificationManager notificationManager = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
|
||||||
String channelId = Build.VERSION.SDK_INT >= Build.VERSION_CODES.O ? getNotificationChannel(notificationManager) : "";
|
String channelId = Build.VERSION.SDK_INT >= Build.VERSION_CODES.O ? getNotificationChannel(notificationManager) : "";
|
||||||
Notification notification = new NotificationCompat.Builder(this, channelId)
|
Notification notification = new NotificationCompat.Builder(this, channelId)
|
||||||
.setContentTitle("Termux:Wayland")
|
.setContentTitle("Termux:X11")
|
||||||
.setSmallIcon(R.drawable.ic_x11_icon)
|
.setSmallIcon(R.drawable.ic_x11_icon)
|
||||||
.setContentText("Pull down to show options")
|
.setContentText("Pull down to show options")
|
||||||
.setContentIntent(pendingIntent)
|
.setContentIntent(pendingIntent)
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
<resources>
|
<resources>
|
||||||
<string name="app_name">Termux:Wayland</string>
|
<string name="app_name">Termux:X11</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
Loading…
Reference in New Issue
Block a user