【问题标题】:Android: Redirect to android app from play store when apk is installedAndroid:安装apk后从Play商店重定向到Android应用
【发布时间】:2023-10-08 16:56:02
【问题描述】:

我按照说明 here 将用户从 android 应用程序重定向到 Play 商店以安装 apk 现在我想在设备上成功安装 apk 后再次将用户重定向到应用程序。有可能吗?

【问题讨论】:

标签: android google-play


【解决方案1】:

我会说,如果可能的话,将通过a service, that runs in the background, 来检测已安装的apk(新应用程序)的存在。

【讨论】: