android - how to launch foreground app from a background service when screen is off -


my company owns android app. have number of internal alpha users not active on app. use once in while. able collect more , more data of our app's upcoming releases , test reliability, want create background service our employees can install on phones.

this service should able launch our app , run scenarios, when no 1 using phone, , phones have sufficient battery , wifi connectivity.

i able launch app background service when screen on. wondering if there way through can launch app background service when phone's screen locked.

is possible run foreground app background service on android when screen locked. if there no direct straightforward way, if make background service/app device administrator, can somehow setting policies.


Comments

Popular posts from this blog

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -