0

How is it possible to start an activity in the background on Android Pie version?

I didn't have a problem with previous versions.

Edric
  • 24,639
  • 13
  • 81
  • 91
moein shojaei
  • 55
  • 1
  • 6
  • Please go through this documentation for more details - https://developer.android.com/guide/components/activities/background-starts – Vijay Jan 17 '20 at 17:42
  • @Vijay , I see that docs, i have last state : The app has been granted the SYSTEM_ALERT_WINDOW permission by the user. But also I can't start my activity – moein shojaei Jan 17 '20 at 20:39

1 Answers1

1

my problem was from MIUI in xiaomi, MIUI prevent from displaying pop up window that comes from backgroud. I get it's permissions and then problem solved.

moein shojaei
  • 55
  • 1
  • 6