com.android.tools.lint.checks
Class ManifestOrderDetector

java.lang.Object
  extended by com.android.tools.lint.checks.ManifestOrderDetector

Deprecated.

@Deprecated
public class ManifestOrderDetector
extends java.lang.Object


Field Summary
static com.android.tools.lint.detector.api.Issue ALLOW_BACKUP
          Deprecated. 
static com.android.tools.lint.detector.api.Issue TARGET_NEWER
          Deprecated. 
 
Constructor Summary
ManifestOrderDetector()
          Deprecated.  
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALLOW_BACKUP

@Deprecated
public static final com.android.tools.lint.detector.api.Issue ALLOW_BACKUP
Deprecated. 

TARGET_NEWER

@Deprecated
public static final com.android.tools.lint.detector.api.Issue TARGET_NEWER
Deprecated. 
Constructor Detail

ManifestOrderDetector

public ManifestOrderDetector()
Deprecated.