Activity stack ordering problem when launching application from Android app installer and from Home screen

后端 未结 3 896
悲&欢浪女
悲&欢浪女 2020-12-04 08:47

For testing purposes only, I am allowing my app APK to be downloaded and installed via a URL. Once downloaded on the phone, it can be launched with the Android app installer

3条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-04 09:23

    Your problem is likely rooted in the fact that App installer doesn't use the LAUNCHER category, as does the launcher.

    This bug has been documented elsewhere:

    App always starts fresh from root activity instead of resuming background state (Known Bug)

提交回复
热议问题