jwisniewski / android-developer-assistant

A tool for Android developers, testers and designers. Allows to inspect elements, layout, style, even translations directly on mobile devices.
http://appsisle.com/project/developer-assistant/
72 stars 32 forks source link

Please add support for notifications #1

Closed adhithyasrinivasan closed 5 years ago

adhithyasrinivasan commented 5 years ago

Dev assistant cannot operate on notifications. Please add support

jwisniewski commented 5 years ago

At the moment, Developer Assistant is able to inspect views attached to the Activity window. Notifications are displayed by the system on a different layer, I need yet to investigate if it's even possible to inspect them. Thank you for the hint!

jwisniewski commented 5 years ago

@adhithyasrinivasan unfortunately the existing Android API (investigated on API v28) doesn't allow to inspect content of the Notification Center, including content of the Notifications displayed in it.