| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
make the parser easier.
Change-Id: I9307d0d323f1b65816b3e097bf9c4d92f3962b2f
|
|
|
|
| |
Change-Id: I53ddf736892cde8edfaffa7d69dd9c234df52efa
|
|
|
|
|
|
| |
There was a gap in the bit numbers.
Change-Id: I0feef7dc4abed5db7412659b5ad078caffe4f2d4
|
|
|
|
|
|
| |
Also update 8.xml to match the current API.
Change-Id: I668fe56f6c156c2e8daa458baa7410fdb8ebef52
|
|
|
|
| |
Change-Id: I30a6a99f63a81900751f2afccf03430ddef82833
|
|
|
|
|
|
| |
round.
Change-Id: I8f30676a7b468a9868503b05f366709d5534a44e
|
|
|
|
|
|
| |
Dont invoke getInstallLocation for forward locked apps.
If INSTALL_ON_SDCARD is selected as default, forward locked
apps are not being installed because of conflicting flags.
|
|
|
|
|
|
|
|
|
| |
android.webkit package class and internal to our implementation.
Although not strictly a published API (the class does not appear in the docs), it has found it's way into the API through
the public, subclassable android.webkit.JsResult class where it is a protected member.
Based on changed from Ben.
|
|
|
|
|
|
| |
The effective change is here: https://android-git.corp.google.com/g/38533
It updates DOM to v3 and adds several javax.xml packages to be compatible
with Java 5.
|
|
|
|
|
|
|
|
|
| |
There's no need to have constants like OP_UNUSED_FF in the API. They
serve no purpose, and it makes life confusing when an opcode is defined
(does the "unused" one go away, breaking the API? do we have the real
definition and the "unused" definition simultaneously?).
Discussed / approved by API council.
|
|
|