How do they do it? Dialogs over home screen

前端 未结 4 2088
时光取名叫无心
时光取名叫无心 2020-12-30 09:19

I\'m writing an Android application and I would like to place a dialog or view over the home screen so that a user can enter text without jumping into my full application. I

4条回答
  •  执念已碎
    2020-12-30 10:13

    My problem was that the application always launched to display the dialog.

    To solve this, I set the activity lauch mode to singleInstance in the manifest. Now it shows the dialog over the home screen!

提交回复
热议问题