I'm developing an application in Android. Is there anyway that I can send SMS to destination number, saying my installation is successful - without 开发者_JAVA技巧opening the application or clicking any buttons - immediately after the installation.
This is not possible.
The best you could do is set a flag in either the preferences or save it some other way, that does this on the first start of the application.
精彩评论