change name
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user