How Do I Find Out What Intent To Listen For In Android? -
i'm developing app i'd launched when specific action made. in case, it's when built in barcode scanner scans something. when scanner scan something, usual dialogue asking app i'd use. options google chrome or browser @ moment. i've looked kind of documentation on google chrome try find out intents listens for, no avail.
i wondering whether there's easier way find out intent-filters use?
if understand correctly, need know intent-filter defined in apps optionable barcode scanner after scan, can define them in app. can try using app such one:
and use view manifest of 1 of apps , see how it's defined there, can use in app.
Comments
Post a Comment