Hello I would like to show a string received through an intent from another application to mine, is there any way to show that string using a print ()? I attached my intent-filter that is in the build
android = { usesPermissions = { "android.permission.INTERNET", }, intentFilters = { { label = "Your Title Goes Here", actions = { "android.intent.action.SEND" }, categories = { "android.intent.category.DEFAULT" }, data = { scheme = "try", mimeType= "text/plain" }, }, }, },
Hello I would like to show a string received through an intent from another application to mine, is there any way to show that string using a print ()? I attached my intent-filter that is in the build