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
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: termux-wayland
|
||||
name: termux-x11
|
||||
path: ./app/build/outputs/apk/debug
|
||||
|
@ -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)
|
||||
|
@ -1,3 +1,3 @@
|
||||
<resources>
|
||||
<string name="app_name">Termux:Wayland</string>
|
||||
<string name="app_name">Termux:X11</string>
|
||||
</resources>
|
||||
|
Loading…
Reference in New Issue
Block a user