diff options
| author | Dianne Hackborn <hackbod@google.com> | 2009-05-21 14:27:23 -0700 |
|---|---|---|
| committer | Dianne Hackborn <hackbod@google.com> | 2009-05-21 18:42:51 -0700 |
| commit | 03536ea70c73a19241bf91aebdb89635dfc5797b (patch) | |
| tree | 0d8bc31f6e96bab98df99f721a99f3040cf5c7e0 | |
| parent | e6c9378baed3e83d59668bb1327224eca29baa51 (diff) | |
| download | frameworks_base-03536ea70c73a19241bf91aebdb89635dfc5797b.zip frameworks_base-03536ea70c73a19241bf91aebdb89635dfc5797b.tar.gz frameworks_base-03536ea70c73a19241bf91aebdb89635dfc5797b.tar.bz2 | |
Fix public.xml to clean up Eclair's public resources.
| -rw-r--r-- | api/current.xml | 4 | ||||
| -rw-r--r-- | core/res/res/values/public.xml | 7 |
2 files changed, 6 insertions, 5 deletions
diff --git a/api/current.xml b/api/current.xml index d1ad9d17..dde1b76 100644 --- a/api/current.xml +++ b/api/current.xml @@ -2037,7 +2037,7 @@ type="int" transient="false" volatile="false" - value="16843433" + value="16843424" static="true" final="true" deprecated="not deprecated" @@ -2994,7 +2994,7 @@ type="int" transient="false" volatile="false" - value="16843434" + value="16843425" static="true" final="true" deprecated="not deprecated" diff --git a/core/res/res/values/public.xml b/core/res/res/values/public.xml index 5eec448..199eac1 100644 --- a/core/res/res/values/public.xml +++ b/core/res/res/values/public.xml @@ -1132,12 +1132,13 @@ <!-- =============================================================== - Resources added in version 5 of the platform. + Resources added in Eclair. =============================================================== --> <eat-comment /> - <public type="attr" name="accountType" id="0x010102A9" /> - <public type="attr" name="contentAuthority" id="0x010102AA" /> + <public type="attr" name="accountType" /> + <public type="attr" name="contentAuthority" /> + <public type="drawable" name="stat_sys_vp_phone_call" /> <public type="drawable" name="stat_sys_vp_phone_call_on_hold" /> |
