新增GitHub Issues入口

This commit is contained in:
LittleTurtle2333
2022-02-16 15:55:17 +08:00
parent 1e7aeef8f3
commit 6632b4aa75
2 changed files with 12 additions and 1 deletions

View File

@@ -77,7 +77,16 @@ class SettingsActivity : AppCompatActivity() {
Toast.makeText(activity, "访问失败", Toast.LENGTH_SHORT).show()
}
}
"issues" -> {
try {
val uri =
Uri.parse("https://github.com/LittleTurtle2333/Simplicity_Tools_Xposed/issues")
val intent = Intent(Intent.ACTION_VIEW, uri)
startActivity(intent)
} catch (e: Exception) {
Toast.makeText(activity, "访问失败", Toast.LENGTH_SHORT).show()
}
}
"dev_coolapk" -> {
try {
startActivity(