Search code examples
androidusbaccessory

Can the charger is recognized as accessory in Android 2.3.4..?


I want to recognize the charger through my application.

I implemented the Android Accessory API in my app, and installed in Samsung Galaxy S2.

But I am getting AccessoryList as null.

How to resolve it.


Solution

  • The charger is not an "accessory" per se, it is rather a state of the battery. Here's a nice QA on how to get notified about power connection state.

    That your accessory list is empty could be due to some other issue. Please elaborate your question and provide some of your code, it is easier to help out when we know more.