veloria 添加一个复制/ 7.9 commit
This commit is contained in:
parent
674fba9acd
commit
515198884a
@ -1464,7 +1464,7 @@ object YFHome {
|
|||||||
* 跳转到应用商店
|
* 跳转到应用商店
|
||||||
*/
|
*/
|
||||||
fun openAppInMarket(context: Context, launch_url: String) {
|
fun openAppInMarket(context: Context, launch_url: String) {
|
||||||
// copyToClipboard(context, launch_url)
|
copyToClipboard(context, launch_url)
|
||||||
val webIntent = Intent(Intent.ACTION_VIEW, Uri.parse(launch_url))
|
val webIntent = Intent(Intent.ACTION_VIEW, Uri.parse(launch_url))
|
||||||
context.startActivity(webIntent)
|
context.startActivity(webIntent)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user