Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

intent class for url and phone and others

Intent i = new Intent(Intent.ACTION_VIEW, Uri.parse("https://www.vogella.com/"));
startActivity(i);
Source by www.vogella.com #
 
PREVIOUS NEXT
Tagged: #intent #class #url #phone
ADD COMMENT
Topic
Name
7+8 =