diff options
author | Jack Palevich <> | 2009-04-09 19:53:26 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-04-09 19:53:26 -0700 |
commit | 71d83c04897a10394009b02808bb6b86886b27e1 (patch) | |
tree | 861e8952ccb2e634ad6c2821414220913275f2e9 | |
parent | f079c6852f3bf24373d5107e6f8fc28051008161 (diff) | |
download | frameworks_base-71d83c04897a10394009b02808bb6b86886b27e1.zip frameworks_base-71d83c04897a10394009b02808bb6b86886b27e1.tar.gz frameworks_base-71d83c04897a10394009b02808bb6b86886b27e1.tar.bz2 |
AI 145639: am: CL 145602 am: CL 145255 Further work on correcting the misspelling of RENDERMODE_CONTUOUSLY
--> RENDERMODE_CONTINUOUSLY. This time we update the spelling
in the list of APIs in SDK release 3. (Which hasn't actually been
released yet, so it's OK to do this.)
Original author: jackpal
Merged from: //branches/cupcake/...
Original author: android-build
Automated import of CL 145639
-rw-r--r-- | api/3.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73303,7 +73303,7 @@ visibility="public" > </field> -<field name="RENDERMODE_CONTUOUSLY" +<field name="RENDERMODE_CONTINUOUSLY" type="int" transient="false" volatile="false" |