Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

lauch app from brodcast reciever

PackageManager pm = context.getPackageManager();
Intent launchIntent = pm.getLaunchIntentForPackage("com.example.helloworld");
launchIntent.putExtra("some_data", "value");
context.startActivity(launchIntent);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #lauch #app #brodcast #reciever
ADD COMMENT
Topic
Name
7+1 =