|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=CLASS) @Target(value=TYPE) public @interface HierarchyViewerSupport
Should be used on EActivity
classes to enable the use of HierarchyViewer inside the application.
android:debuggable
must be set to true
in the AndroidManifest.xml
Example :@HierarchyViewerSupport @EActivity public class MyActivity extends Activity { }
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |