[deleted] Hello, I'm Android developer, and also GOS user, and I have a little problem with one of my apps and the profiles. Is there a way to receive an event (Intent) when the user profile becomes active? (I have searched at Android docs but no luck) Thanks
other8026 [deleted] won't this work: https://developer.android.com/reference/android/content/Intent#ACTION_BOOT_COMPLETED This is broadcast once, after the user has finished booting.
[deleted] other8026 Thanks, but this event is not generated when returning to main profile after a profile deactivation. After post here I've located this at Android docs and I will try: https://developer.android.com/reference/android/content/Intent#ACTION_USER_FOREGROUND