Hide notification when service is inactive
This commit is contained in:
@@ -152,6 +152,7 @@
|
||||
|
||||
<string name="notification_tethering_title">VPN 共享已启用</string>
|
||||
<string name="notification_channel_tethering">VPN 共享服务</string>
|
||||
<string name="notification_channel_monitor">监视不活跃接口</string>
|
||||
<plurals name="notification_connected_devices">
|
||||
<item quantity="other">%d 个设备已连接到 %s</item>
|
||||
</plurals>
|
||||
|
||||
@@ -170,8 +170,9 @@
|
||||
<string name="settings_restart_required">Restart this app to apply this setting.</string>
|
||||
<string name="settings_exit_app">Exit</string>
|
||||
|
||||
<string name="notification_tethering_title">VPN tethering active</string>
|
||||
<string name="notification_tethering_title">VPN tethering</string>
|
||||
<string name="notification_channel_tethering">VPN Tethering Service</string>
|
||||
<string name="notification_channel_monitor">Monitor Inactive Interfaces</string>
|
||||
<plurals name="notification_connected_devices">
|
||||
<item quantity="one">%d device connected to %s</item>
|
||||
<item quantity="other">%d devices connected to %s</item>
|
||||
|
||||
Reference in New Issue
Block a user