9

i want to start activity from background service in Android Q OS But it will give me message 'Background activity start from com.test.testandroidapp blocked.See g.co/dev/bgblock'.

According following link: https://developer.android.com/preview/privacy/background-activity-starts. Disable restrictions by turning on the Allow background activity starts developer option.But what is the alternate option of 'Allow background activity' without enable this option from settings of 'Developer Option'.

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
Priya Lalani
  • 139
  • 5

1 Answers1

0

Please try this -

android.permission.ACCESS_FINE_LOCATION
android.permission.ACCESS_COARSE_LOCATION
android.permission.SYSTEM_ALERT_WINDOW

First, two take-ups run time permission for android 10.