@Retention(value=CLASS) @Target(value=TYPE) public @interface HierarchyViewerSupport
Should be used on EActivity classes to enable the use of HierarchyViewer inside the application.
Note: To use this annotation, your application must require the
INTERNET permission and android:debuggable must be set to true
in the AndroidManifest.xml
Example :
@HierarchyViewerSupport
@EActivity
public class MyActivity extends Activity {
}
Copyright © 2010-2015. All Rights Reserved.