feat: Rename to Toju and add translation
Some checks failed
Deploy Web Apps / deploy (push) Successful in 5m52s
Build Android APK / build-android-apk (push) Failing after 23m15s
Queue Release Build / prepare (push) Successful in 1m42s
Queue Release Build / build-linux (push) Failing after 9m33s
Queue Release Build / build-windows (push) Successful in 26m5s
Queue Release Build / finalize (push) Has been skipped
Some checks failed
Deploy Web Apps / deploy (push) Successful in 5m52s
Build Android APK / build-android-apk (push) Failing after 23m15s
Queue Release Build / prepare (push) Successful in 1m42s
Queue Release Build / build-linux (push) Failing after 9m33s
Queue Release Build / build-windows (push) Successful in 26m5s
Queue Release Build / finalize (push) Has been skipped
This commit is contained in:
@@ -65,7 +65,7 @@ public class VoiceCallForegroundService extends Service {
|
||||
);
|
||||
|
||||
return new NotificationCompat.Builder(this, CHANNEL_ID)
|
||||
.setContentTitle("MetoYou call in progress")
|
||||
.setContentTitle("Toju call in progress")
|
||||
.setContentText("Voice call is active")
|
||||
.setSmallIcon(android.R.drawable.stat_sys_phone_call)
|
||||
.setContentIntent(pendingIntent)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<resources>
|
||||
<string name="app_name">MetoYou</string>
|
||||
<string name="title_activity_main">MetoYou</string>
|
||||
<string name="app_name">Toju</string>
|
||||
<string name="title_activity_main">Toju</string>
|
||||
<string name="package_name">com.metoyou.app</string>
|
||||
<string name="custom_url_scheme">com.metoyou.app</string>
|
||||
<string name="audio_capture_attribution">Voice calls and microphone access</string>
|
||||
|
||||
Reference in New Issue
Block a user