hi i want to execute this intent, but it has an error that i should declare something in the manifest.xml. please help me i dont know what to input in the manifest
B4X:
dim intent1 as Intent
intent1.Initialize("android.intent.action.MAIN","")
intent1.SetComponent("com.android.setting/.developmentSettings")
StartActivity(intent1)