Skip to content

help me.. not work for me... #23

Description

@gustavobrian

val contentIntent = Intent(context, CallDetectorCallReceiver::class.java)
contentIntent.putExtra("keyString", "Androidly String data")
contentIntent.putExtra("title", title)
contentIntent.putExtra("extra", body)
contentIntent.setData(Uri.parse("hola, aca estoy"))
contentIntent.setPackage("com.crm.qr");
contentIntent.putExtra(Intent.EXTRA_TEXT, "aca ta extra text");
contentIntent.setAction(Intent.ACTION_MAIN);
contentIntent.addCategory(Intent.CATEGORY_LAUNCHER);

and=> Intent(fromPackageName: null, fromSignatures: null, action: android.intent.action.MAIN, data: null, categories: [android.intent.category.LAUNCHER], extra: null)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions