• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Android background running app Focus

Anjani

Lurker
Hi,
i am using fileobserver to observe the changes in a folder.Now i want to get focus on my application UI when i create a new file inside that folder(observed).
i am able to create event on creation of new file in that folder.
But not able to get UI of my application in front.Please help me out


Thanks in advance
 
i suggest sending notification. user can look at the notification and click on it to go to your app

I would hate it if your app just pops up in middle of my phone call or typing in a message or for that matter when I don't want it to
 
Is the file observer running in a service? Also I agree with wubbzy. The best user experience would be a notification.
 
Back
Top Bottom