- implicit2ExplicitIntent(Context, Intent) - Static method in class github.nisrulz.androidutils.convert.ConvertUtils
-
Android L (lollipop, API 21) introduced a new problem when trying to invoke implicit intent,
"java.lang.IllegalArgumentException: Service Intent must be explicit"
If you are using an implicit intent, and know only 1 target would answer this intent,
This method will help you turn the implicit intent into the explicit form.
- IntentUtils - Class in github.nisrulz.androidutils.misc
-
The type Intent utils.
- IntentUtils() - Constructor for class github.nisrulz.androidutils.misc.IntentUtils
-
- isCharging() - Method in interface github.nisrulz.androidutils.battery.BatteryUtils.BatteryChargeListener
-
Is charging.
- isConnected(Context) - Static method in class github.nisrulz.androidutils.network.NetworkUtils
-
Check if there is any connectivity
- isConnectedFast(Context) - Static method in class github.nisrulz.androidutils.network.NetworkUtils
-
Check if there is fast connectivity
- isConnectedMobile(Context) - Static method in class github.nisrulz.androidutils.network.NetworkUtils
-
Check if there is any connectivity to a mobile network
- isConnectedWifi(Context) - Static method in class github.nisrulz.androidutils.network.NetworkUtils
-
Check if there is any connectivity to a Wifi network
- isConnectionFast(int, int) - Static method in class github.nisrulz.androidutils.network.NetworkUtils
-
Check if the connection is fast
- isDiscahrging() - Method in interface github.nisrulz.androidutils.battery.BatteryUtils.BatteryChargeListener
-
Is discahrging.
- isFull() - Method in interface github.nisrulz.androidutils.battery.BatteryUtils.BatteryChargeListener
-
Is full.
- isServiceRunning(Context, Class<?>) - Static method in class github.nisrulz.androidutils.service.ServiceUtils
-
Check if the service is running in the device.
- iterateOverJSON(JSONObject) - Static method in class github.nisrulz.androidutils.json.JSONUtils
-
Iterate over all keys of the JSON
- ivCipherConcat(byte[], byte[]) - Static method in class github.nisrulz.androidutils.crypto.AesCbcWithIntegrity.CipherTextIvMac
-
Concatinate the IV to the cipherText using array copy.