android - How to not show app on recent apps list in ICS? excludeFromRecents doesn't work -
i know should achievable either android:excludefromrecents="true" in android manifest or intent.flag_activity_exclude_from_recents intent flag.
problem is, doesn't work if application being shown - when recent apps button clicked, application shown in first place, allowing quick killing of application (by swiping it). not alarm clock app.
music service keeps on playing fortunately , user can finishing alarm notification, have hard time recreating activities stack.
any quick fix available?
Comments
Post a Comment