πŸ₯² Not Opening Settings via Activity Starter

When Button 1 is clicked, the :point_right: app settings :point_left: should open. However, it is not opening. Other settings, such as location and Date settings, are opening correctly. What could be the error? What steps should I take to resolve issue?

Try using this property add settings class property
Screenshot 2024-12-09 183159

NO. still same error.

@Hemamali_Thusitha Please change the action to
android.settings.APPLICATION_SETTINGS
and then use it
you can see this for different types of intents you can use :

@iaditya_nandaI tried this as well but it is still not working. android.settings.APPLICATION_SETTINGS It displays all, not the current application.

@Hemamali_Thusitha you must be doing wrong it works fine for me
use these blocks like this exactly

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.