Reputation: 707
I want to search my installed android application on google search. Search will not effect weather the app is live on google play store or not. If application is installed in device, it should be searchable on google.
Can anyone know about this process?
Upvotes: 0
Views: 1009
Reputation: 428
Take a look at the following:
https://support.google.com/googleplay/android-developer/answer/6041489?hl=en
Upvotes: 1
Reputation: 3138
If you published your app on the stores like Google Play, your app will be indexed by the Google search engine. Also, you can read about app indexing in this link: https://developer.android.com/training/app-indexing/
Upvotes: 0