Question

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.

Was it helpful?

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top