android - What content is available from Chrome browser when sharing to other app? -


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