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.
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.
Copyright © 2021 Jogjafile Inc.
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.