You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ThomasFondrillon edited this page Feb 27, 2013
·
2 revisions
Since AndroidAnnotations 3.0
@HierarchyViewerSupport
The @HierarchyViewerSupport annotation allows you to use the HierarchyViewer inspection tool on any device.
To use this annotation, your application must require the INTERNET permission and android:debuggable must be set to true in the AndroidManifest.xml.
Note that the usage is very simple, you just need to annotate your activity with @HierarchyViewerSupport :