English 中文(简体)
了解我的申请是否安装
原标题:Way to know if my application is installed
  • 时间:2010-12-01 10:53:13
  •  标签:
  • android

Is there any way (intent) to know if my application is installed ? I followed the below link, but my application don t get the intent when my app is installed

安德列斯-如何拦截因斯塔尔的申请意向

最佳回答

如果你想从A号表中执行任何守则,就必须安装(显而易见,是没有的),因此,你可以从您的A号记录中检查一下你是否安装了“自动识别器”。

如果你想要知道你何时死了:在你死后,不可能知道。 另一方面,其他人可以知道你何时死亡......与安的假想相同: appB可以知道是否安装了 appA(通过使用<条码>的植被信息或意图,或以任何方式安装)。

问题回答

您可使用

请各位在安妮凡斯作出适当许可。

您引述了与。 安德森-如何拦截Install的申请意向——这意味着你知道何时安装申请? 你们是否试图检查人们是否真的下载你的照片? 基本上,我认为不可能这样做。

但是,如果你想看到你是否安装了设备,那么就只能检查共同优惠,如果不可能的话,则会安装一个新装置。





相关问题
Android - ListView fling gesture triggers context menu

I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...

AsyncTask and error handling on Android

I m converting my code from using Handler to AsyncTask. The latter is great at what it does - asynchronous updates and handling of results in the main UI thread. What s unclear to me is how to handle ...

Android intent filter for a particular file extension?

I want to be able to download a file with a particular extension from the net, and have it passed to my application to deal with it, but I haven t been able to figure out the intent filter. The ...

Android & Web: What is the equivalent style for the web?

I am quite impressed by the workflow I follow when developing Android applications: Define a layout in an xml file and then write all the code in a code-behind style. Is there an equivalent style for ...

TiledLayer equivalent in Android [duplicate]

To draw landscapes, backgrounds with patterns etc, we used TiledLayer in J2ME. Is there an android counterpart for that. Does android provide an option to set such tiled patterns in the layout XML?

Using Repo with Msysgit

When following the Android Open Source Project instructions on installing repo for use with Git, after running the repo init command, I run into this error: /c/Users/Andrew Rabon/bin/repo: line ...

Android "single top" launch mode and onNewIntent method

I read in the Android documentation that by setting my Activity s launchMode property to singleTop OR by adding the FLAG_ACTIVITY_SINGLE_TOP flag to my Intent, that calling startActivity(intent) would ...

From Web Development to Android Development

I have pretty good skills in PHP , Mysql and Javascript for a junior developer. If I wanted to try my hand as Android Development do you think I might find it tough ? Also what new languages would I ...

热门标签