revert app name to termux:x11 back

This commit is contained in:
WMCB-Tech 2021-08-29 19:08:56 +08:00
parent 9a54a6d9c9
commit d93c76092d
3 changed files with 3 additions and 3 deletions

View File

@ -20,5 +20,5 @@ jobs:
- name: Store generated APK file
uses: actions/upload-artifact@v2
with:
name: termux-wayland
name: termux-x11
path: ./app/build/outputs/apk/debug

View File

@ -109,7 +109,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:Wayland")
.setContentTitle("Termux:X11")
.setSmallIcon(R.drawable.ic_x11_icon)
.setContentText("Pull down to show options")
.setContentIntent(pendingIntent)

View File

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