OSDN Git Service

Adding the print and accessibility pacelables to framework.aidl
authorSvetoslav Ganov <svetoslavganov@google.com>
Tue, 21 Jan 2014 23:22:26 +0000 (15:22 -0800)
committerSvetoslav Ganov <svetoslavganov@google.com>
Tue, 28 Jan 2014 23:00:14 +0000 (23:00 +0000)
commitc0877962b3dc49edb42aeda766593123c81613f1
tree08c32d9014f41985d7c515168fc6cf195fd84521
parent5dadeba229a9e844ef9064b1b0d67756deb7e91e
Adding the print and accessibility pacelables to framework.aidl

1. There are a few parcelable classes related to printing and accessibility
   which are public but not added in the framework.aidl list so third parties
   cannot write aidl interfaces that pass these classes. As these classes
   are public it is resonable for devepers to be able to pass them between
   processes.

Change-Id: I85da1de5198902b74f19d23e3fe16b45b4a11051
Android.mk
core/java/android/view/accessibility/AccessibilityRecord.aidl [new file with mode: 0644]