Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

HierarchyViewerSupport

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 :

@HierarchyViewerSupport
@EActivity
public class MyActivity extends Activity {

}

Using AndroidAnnotations

Questions?

Enjoying AndroidAnnotations

Improving AndroidAnnotations

Extending AndroidAnnotations

Clone this wiki locally