First run run after install
In Symbian, if we set a parameter frri, we can make the appmanager to run the new application on completion of download and installation. Do we have any feature as such in android so th开发者_开发问答at application will start as soon as it gets installed on to device.
Thx.
No, that is not possible. You must wait for the user to start your application, or for Android to broadcast some Intent for which you have a manifest-registered receiver established.
精彩评论