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 | 9 Comments »

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

  1. amblotto vs LSM99 แทงเว็บไหนดีamblotto คืออะไร Says:
    March 24th, 2025 at 19:56

    … [Trackback]

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

  2. Off Track Garage Door Repair in Vancouver, WA Says:
    April 14th, 2025 at 06:18

    … [Trackback]

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

  3. wing1688 Says:
    April 16th, 2025 at 18:30

    … [Trackback]

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

  4. พิมพ์โปสการ์ด Says:
    May 5th, 2025 at 20:42

    … [Trackback]

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

  5. heng678 Says:
    May 8th, 2025 at 18:48

    … [Trackback]

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

  6. ufa777 Says:
    May 18th, 2025 at 22:41

    … [Trackback]

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

  7. book of ra slot Says:
    May 21st, 2025 at 09:03

    … [Trackback]

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

  8. ขายไวอากร้าแท้ Says:
    May 31st, 2025 at 22:50

    … [Trackback]

    […] Here you will find 42776 additional Information to that Topic: compdigitec.com/labs/2013/06/15/check-if-an-intent-can-be-used-in-android/ […]

  9. i thought about this Says:
    June 1st, 2025 at 09:24

    … [Trackback]

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

Comments