2

Is it possible to remove or disable Done button which comes when any application is installed. I want that the user must open my application. Thanks in advance.

Jibran Khan
  • 3,236
  • 4
  • 37
  • 50
unflagged.destination
  • 1,576
  • 3
  • 19
  • 38

1 Answers1

1

No. That's the play store, its a separate application you have no control over. Besides, the user may not want to immediately open your app (I tend to download several in the background and open them later). Why should he be forced to?

Gabe Sechan
  • 90,003
  • 9
  • 87
  • 127
  • But if my application is installed directly by the apk provided by me then it is installed through package installer. And after installation an android activity is opened saying 'Application installed'. is there any way to disable or remove that done button so that user have only one option i.e. 'open' – unflagged.destination Jul 06 '13 at 12:33