Help needed with Send Intent Configuration

Satman

New member
Hi Guys!
I am hoping someone here is able to help me with this ask.
I am using a send intent, however, it doesn't complete the task in its entirety, rather falling short at the end. Because I cannot get it to select from the option dialogue box it presents.

Am I able to pass the choice I want as an argument to the intent?

Here is send intent:

Target: Activity
Action: android.settings.HOME_SETTINGS
Package: com.google.android.permissioncontroller
Class: com.android.permissioncontroller.role.ui.HomeSettingsActivity

SmartSelect_20231213_052951_MacroDroid.jpg

And here is the option dialogue it presents:

SmartSelect_20231213_053043_Permission controller.jpg
 

MacroDroidDev

Administrator
Staff member
I suspect the setting is not actually changed by this activity but instead this Activity is just a basic picker which passes back the chosen value to whatever typically calls this.
 
Top