can we receive notification if user connected there phone through USB cable.
|
|
|
Ajay, I wasn't able to find anything specific to just "USB Connected," but there are a few Broadcast Actions that may be of interest in this case depending on what you are trying to accomplish:
There doesn't seem to be a Broadcast Action specific to USB simply being plugged in, you could also try doing something with:
But this would go off for both USB connected to a computer and USB connect ONLY to a power source... Interestingly, I also found this LINK simply stating that there was no Broadcast Action for "USB Connected". You may be out of luck in this case :-\ |
|||||||||
|
|
Actually there is one broadcast event; if you turned on Debug in your application settings, your will see a bug on your notification bar when you plugged usb. Following is the sample how it works;
You can find this at framework/base/service/java/com/android/server/NotificationManagerService.java. Hope this helps. |
|||
|
|
|
Since: API Level 5 An activity to run when device is inserted into a car dock. Used with ACTION_MAIN to launch an activity. For more information, see UiModeManager. Constant Value: "android.intent.category.CAR_DOCK" public static final String CATEGORY_CAR_MODE Since: API Level 8 Used to indicate that the activity can be used in a car environment. Constant Value: "android.intent.category.CAR_MODE" |
|||
|
|