Rename app

This commit is contained in:
suhan-paradkar 2021-07-02 19:25:11 +05:30 committed by Wisest_wizard
parent 66f21ca4b3
commit 8fe9645cdd
5 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -1,3 +1,3 @@
<resources>
<string name="app_name">Termux:X11</string>
<string name="app_name">Termux:Wayland</string>
</resources>