Commit d89870e 1 parent 0dcee67 commit d89870e Copy full SHA for d89870e
File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 110
110
android : name =" .service.tile.TunnelControlTile"
111
111
android : exported =" true"
112
112
android : icon =" @drawable/ic_launcher"
113
- android : label =" Tunnel control "
113
+ android : label =" @string/tunnel_control "
114
114
android : permission =" android.permission.BIND_QUICK_SETTINGS_TILE" >
115
115
<meta-data
116
116
android : name =" android.service.quicksettings.ACTIVE_TILE"
127
127
android : name =" .service.tile.AutoTunnelControlTile"
128
128
android : exported =" true"
129
129
android : icon =" @drawable/ic_launcher"
130
- android : label =" Auto-tunnel "
130
+ android : label =" @string/auto_tunnel "
131
131
android : permission =" android.permission.BIND_QUICK_SETTINGS_TILE" >
132
132
<meta-data
133
133
android : name =" android.service.quicksettings.ACTIVE_TILE"
Original file line number Diff line number Diff line change 203
203
<string name =" exclude_lan" >Exclude LAN</string >
204
204
<string name =" include_lan" >Include LAN</string >
205
205
<string name =" error_tunnel_start" >Failed to starting tunnel</string >
206
+ <string name =" tunnel_control" >Tunnel control</string >
207
+ <string name =" auto_tunnel" >Auto-tunnel</string >
206
208
</resources >
You can’t perform that action at this time.
0 commit comments