Krosxx / Android-Auto-Api

安卓无障碍服务Api, 为了简化无障碍服务使用,并使用 Kotlin 以提供简洁的Api。
Apache License 2.0
467 stars 78 forks source link

Can't read text in permission info page on API 34 #45

Open shaik41 opened 7 months ago

shaik41 commented 7 months ago

Facing an issue where I'm unable read any text from App info permission page. The parent node is itself null here and this happens only in API 34 and not on older APIs. Any idea why?

Krosxx commented 7 months ago

guess Android 34 has filtered sensitive information.

shaik41 commented 7 months ago

Any workaround to read it that?