Merge "Change case of "keyset" to "keySet" for manifests" into klp-dev

This commit is contained in:
Kenny Root
2013-09-18 20:15:26 +00:00
committed by Android (Google) Code Review
3 changed files with 5 additions and 3 deletions

View File

@@ -639,13 +639,13 @@ package android {
field public static final int keyPreviewHeight = 16843321; // 0x1010239
field public static final int keyPreviewLayout = 16843319; // 0x1010237
field public static final int keyPreviewOffset = 16843320; // 0x1010238
field public static final int keySet = 16843739; // 0x10103db
field public static final int keyTextColor = 16843318; // 0x1010236
field public static final int keyTextSize = 16843316; // 0x1010234
field public static final int keyWidth = 16843325; // 0x101023d
field public static final int keyboardLayout = 16843691; // 0x10103ab
field public static final int keyboardMode = 16843341; // 0x101024d
field public static final int keycode = 16842949; // 0x10100c5
field public static final int keyset = 16843739; // 0x10103db
field public static final int killAfterRestore = 16843420; // 0x101029c
field public static final int label = 16842753; // 0x1010001
field public static final int labelFor = 16843718; // 0x10103c6

View File

@@ -1821,7 +1821,9 @@
<attr name="value" />
</declare-styleable>
<attr name="keyset" />
<!-- Groups signing keys into a {@code KeySet} for easier reference in
other APIs. However, currently no APIs use this. -->
<attr name="keySet" />
<declare-styleable name="PublicKey">
<attr name="value" />
</declare-styleable>

View File

@@ -2058,7 +2058,7 @@
=============================================================== -->
<eat-comment />
<public type="attr" name="keyset" />
<public type="attr" name="keySet" />
<public type="attr" name="targetId" />
<public type="attr" name="fromScene" />
<public type="attr" name="toScene" />