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'.