Compdigitec Labs

« | Home | »

Check if an Intent can be used in Android

By admin | June 15, 2013

Intent intent = new Intent("org.openintents.action.PICK_FILE"); // or any other intent
// add other intent options here

if(context.getPackageManager().queryIntentActivities(intent, PackageManager.MATCH_DEFAULT_ONLY).size() > 0) {
    // we can use this intent
} else {
    // we can't use this intent
}

From: http://www.curious-creature.org/2008/12/15/android-can-i-use-this-intent/ [Romain Guy]

If you found this article helpful or interesting, please help Compdigitec spread the word. Don’t forget to subscribe to Compdigitec Labs for more useful and interesting articles!

Topics: Mobile | 7 Comments »

7 Responses to “Check if an Intent can be used in Android”

  1. al togel Says:
    June 29th, 2024 at 06:12

    … [Trackback]

    […] Read More here to that Topic: compdigitec.com/labs/2013/06/15/check-if-an-intent-can-be-used-in-android/ […]

  2. หาฤกษ์คลอด Says:
    July 11th, 2024 at 22:24

    … [Trackback]

    […] Read More to that Topic: compdigitec.com/labs/2013/06/15/check-if-an-intent-can-be-used-in-android/ […]

  3. ชอบหีสวย.com Says:
    July 17th, 2024 at 22:25

    … [Trackback]

    […] Find More here on that Topic: compdigitec.com/labs/2013/06/15/check-if-an-intent-can-be-used-in-android/ […]

  4. Junk search engine Says:
    August 19th, 2024 at 10:19

    … [Trackback]

    […] Find More to that Topic: compdigitec.com/labs/2013/06/15/check-if-an-intent-can-be-used-in-android/ […]

  5. インスタ広告 Says:
    August 20th, 2024 at 01:06

    … [Trackback]

    […] Find More to that Topic: compdigitec.com/labs/2013/06/15/check-if-an-intent-can-be-used-in-android/ […]

  6. iTunes gift card Says:
    August 26th, 2024 at 19:04

    … [Trackback]

    […] Read More on to that Topic: compdigitec.com/labs/2013/06/15/check-if-an-intent-can-be-used-in-android/ […]

  7. Buy Daniel Defense 16" 5.56MM, MID-LENGTH, 1:7, GOV Online Says:
    September 6th, 2024 at 05:20

    … [Trackback]

    […] Read More to that Topic: compdigitec.com/labs/2013/06/15/check-if-an-intent-can-be-used-in-android/ […]

Comments