change name

This commit is contained in:
Hiddify
2023-08-21 11:30:01 +00:00
parent 3e2781f952
commit 9875407a3f
9 changed files with 16 additions and 16 deletions

View File

@@ -15,7 +15,7 @@
<application
android:name=".Application"
android:label="hiddify"
android:label="Hiddify Next"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
tools:targetApi="31">

View File

@@ -34,7 +34,7 @@ class ServiceNotification(private val service: Service) {
private val notification by lazy {
NotificationCompat.Builder(service, notificationChannel).setWhen(0)
.setContentTitle("hiddify next")
.setContentTitle("Hiddify Next")
.setContentText("service running").setOnlyAlertOnce(true)
.setSmallIcon(R.drawable.ic_stat_logo)
.setCategory(NotificationCompat.CATEGORY_SERVICE)