mirror of
https://github.com/pppscn/SmsForwarder
synced 2025-08-03 17:37:40 +08:00
优化:新增帮助文档(跳转Gitee的wiki)
This commit is contained in:
parent
56df57f047
commit
2173861913
@ -298,7 +298,7 @@ public class MainActivity extends AppCompatActivity implements RefreshListView.I
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void toHelp() {
|
public void toHelp() {
|
||||||
Uri uri = Uri.parse("https://github.com/pppscn/SmsForwarder/wiki");
|
Uri uri = Uri.parse("https://gitee.com/pp/SmsForwarder/wikis/pages");
|
||||||
Intent intent = new Intent(Intent.ACTION_VIEW, uri);
|
Intent intent = new Intent(Intent.ACTION_VIEW, uri);
|
||||||
startActivity(intent);
|
startActivity(intent);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user