aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorTor Norbye <tnorbye@google.com>2012-10-15 09:37:44 -0700
committerTor Norbye <tnorbye@google.com>2012-10-15 10:14:40 -0700
commit2e5f200b6e28ef4e11f01f9851a9f6209d2f412f (patch)
tree0e7b4f439900966304b5925424748c5136453a73 /common
parent51a8e47bfaaa4d1a1dda8613549b96823560b776 (diff)
downloadsdk-2e5f200b6e28ef4e11f01f9851a9f6209d2f412f.zip
sdk-2e5f200b6e28ef4e11f01f9851a9f6209d2f412f.tar.gz
sdk-2e5f200b6e28ef4e11f01f9851a9f6209d2f412f.tar.bz2
37329: lint checks for conflicting permission definition
Change-Id: I3b131872cc9938ceb5df271ab10ec60644d44b26
Diffstat (limited to 'common')
-rw-r--r--common/src/com/android/SdkConstants.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/src/com/android/SdkConstants.java b/common/src/com/android/SdkConstants.java
index 7102734..0690a70 100644
--- a/common/src/com/android/SdkConstants.java
+++ b/common/src/com/android/SdkConstants.java
@@ -593,6 +593,7 @@ public final class SdkConstants {
// Tags: Manifest
public static final String TAG_SERVICE = "service"; //$NON-NLS-1$
+ public static final String TAG_PERMISSION = "permission"; //$NON-NLS-1$
public static final String TAG_USES_PERMISSION = "uses-permission";//$NON-NLS-1$
public static final String TAG_USES_LIBRARY = "uses-library"; //$NON-NLS-1$
public static final String TAG_APPLICATION = "application"; //$NON-NLS-1$