문제

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.

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top