Commit 8603bea0 by 韩倩倩

去除服务说明 里面的版本号

1 parent 4e2f1e8b
......@@ -14,7 +14,7 @@ public class ServiceInfoActivity extends Activity {
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.service_info);
setTitle(getString(R.string.title_server_info) + " - " + packageName(this));
setTitle(getString(R.string.title_server_info));
}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!