Merge code

This commit is contained in:
2022-03-31 15:00:34 +08:00
parent 24346c056f
commit 3a1a20e688

View File

@@ -157,7 +157,7 @@ fun Context.openSelfSetting(packageName: String = appContext.packageName) = runC
action = Settings.ACTION_APPLICATION_DETAILS_SETTINGS
data = Uri.fromParts("package", packageName, null)
})
else toast(msg = "你没有安装此应用")
else snake(msg = "你没有安装此应用")
}.onFailure { toast(msg = "启动 $packageName 应用信息失败") }
/**