after sharing chrome app, able fetch website link calling getstringextra on intent object. this,
string sharedtext = intent.getstringextra(intent.extra_text);
what other content website can obtained in app? getting page title, etc.
after sharing chrome app, able fetch website link calling getstringextra on intent object. this,
string sharedtext = intent.getstringextra(intent.extra_text);
what other content website can obtained in app? getting page title, etc.
Comments
Post a Comment