Today, I've a problem about resolver activity.
When I broadcast a intent, at the first time resolver activity won't show its UI. But I can operate on it.
I try to print log on it. I found the count of mAdapter is always 2. It will never add or reduce.
I think the logic of mAdapter is wrong. I will check it tommorrow.