All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.taig.android.intent.operation.intent.scala Maven / Gradle / Ivy

There is a newer version: 0.8.2
Show newest version
package io.taig.android.intent.operation

import android.content.Context

final class intent( intent: android.content.Intent ) {
    /**
     * Check if there is an activity available to handle this intent
     *
     * @return true if this intent can be handled, false otherwise
     */
    def canBeHandled( implicit c: Context ) = intent.resolveActivity( c.getPackageManager ) != null
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy