Hello, is it possible to make the app shortcut run...
# android
r
Hello, is it possible to make the app shortcut run a service or a background task, without opening the view of an activity ? I thought of using broadcast receiver,but as i understand the shortcut click execute a startActivity and not a sendBroadcast ...., thanks in advance
stackoverflow 6