Rename app
This commit is contained in:
parent
66f21ca4b3
commit
8fe9645cdd
2
.github/workflows/debug_build.yml
vendored
2
.github/workflows/debug_build.yml
vendored
@ -20,5 +20,5 @@ jobs:
|
||||
- name: Store generated APK file
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: termux-x11
|
||||
name: termux-wayland
|
||||
path: ./app/build/outputs/apk/debug
|
||||
|
@ -1,4 +1,4 @@
|
||||
Termux:X11
|
||||
Termux:Wayland
|
||||
-------------
|
||||
[![Join the chat at https://gitter.im/termux/termux](https://badges.gitter.im/termux/termux.svg)](https://gitter.im/termux/termux)
|
||||
|
||||
|
@ -106,7 +106,7 @@ public class LorieService extends Service {
|
||||
NotificationManager notificationManager = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
|
||||
String channelId = Build.VERSION.SDK_INT >= Build.VERSION_CODES.O ? getNotificationChannel(notificationManager) : "";
|
||||
Notification notification = new NotificationCompat.Builder(this, channelId)
|
||||
.setContentTitle("Termux:X11")
|
||||
.setContentTitle("Termux:Wayland")
|
||||
.setSmallIcon(R.drawable.ic_x11_icon)
|
||||
.setContentText("Pull down to show options")
|
||||
.setContentIntent(pendingIntent)
|
||||
|
@ -44,7 +44,7 @@ public class LorieTestService extends Service {
|
||||
NotificationManager notificationManager = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
|
||||
String channelId = Build.VERSION.SDK_INT >= Build.VERSION_CODES.O ? getNotificationChannel(notificationManager) : "";
|
||||
Notification notification = new NotificationCompat.Builder(this, channelId)
|
||||
.setContentTitle("Termux:X11 Test service")
|
||||
.setContentTitle("Termux:Wayland Test service")
|
||||
.setSmallIcon(R.drawable.ic_x11_icon)
|
||||
.setContentText("foreground service")
|
||||
.setContentIntent(pendingIntent)
|
||||
|
@ -1,3 +1,3 @@
|
||||
<resources>
|
||||
<string name="app_name">Termux:X11</string>
|
||||
<string name="app_name">Termux:Wayland</string>
|
||||
</resources>
|
||||
|
Loading…
Reference in New Issue
Block a user