Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/230.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/file/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android 如何检测用户点击;开放式;在play store中启动我的应用程序?_Android_Google Play - Fatal编程技术网

Android 如何检测用户点击;开放式;在play store中启动我的应用程序?

Android 如何检测用户点击;开放式;在play store中启动我的应用程序?,android,google-play,Android,Google Play,如何检测用户点击play store内的“打开”按钮来启动我的应用程序(当应用程序已经安装时),而不是通过点击android主屏幕内的图标直接启动应用程序 我建议使用firebase,这就是一个例子 <body> <!-- Insert these scripts at the bottom of the HTML, but before you use any Firebase services --> <!-- Firebase App (the co

如何检测用户点击play store内的“打开”按钮来启动我的应用程序(当应用程序已经安装时),而不是通过点击android主屏幕内的图标直接启动应用程序

我建议使用firebase,这就是一个例子

<body>
  <!-- Insert these scripts at the bottom of the HTML, but before you use any Firebase services -->

  <!-- Firebase App (the core Firebase SDK) is always required and must be listed first -->
  <script src="/__/firebase/6.2.0/firebase-app.js"></script>

  <!-- Add Firebase products that you want to use -->
  <script src="/__/firebase/6.2.0/firebase-auth.js"></script>
  <script src="/__/firebase/6.2.0/firebase-firestore.js"></script>
</body>

链接是下一个链接[

[1] :,此链接显示如何实现