Commit 8ba06fa
fix: write null marker for opaque fields in JavaWireFormat marshal
Java's writeToParcel always writes Bundle/Parcelable fields even when
null (as int32(-1)). Our marshal was skipping them entirely, causing
Android to read past the data and fail with "Bundle length not aligned".
Verified E2E on real phone: Location roundtrip through Android's
LocationManagerService produces exact field values.1 parent c56f806 commit 8ba06fa
699 files changed
Lines changed: 2240 additions & 1 deletion
File tree
- android
- accessibilityservice
- types
- accounts
- appwidget
- app
- admin
- ambientcontext
- assist
- blob
- contentsuggestions
- job
- ondeviceintelligence
- people
- prediction
- search
- servertransaction
- slice
- smartspace
- timedetector
- timezonedetector
- time
- types
- usage
- wallpapereffectsgeneration
- companion
- virtual
- camera
- sensor
- content
- integrity
- om
- pm
- permission
- types
- verify/domain
- res
- rollback
- types
- credentials
- graphics
- drawable
- fonts
- hardware
- biometrics
- camera2
- impl
- params
- utils
- devicestate
- display
- face
- fingerprint
- hdmi
- input
- lights
- location
- radio
- soundtrigger
- usb
- location
- provider
- types
- media
- audiopolicy
- metrics
- midi
- musicrecognition
- projection
- session
- tv
- ad
- interactive
- types
- net
- vcn
- nfc
- cardemulation
- os
- connectivity
- storage
- types
- permission
- printservice
- recommendation
- print
- types
- security
- attestationverification
- keymaster
- keystore
- recovery
- service
- ambientcontext
- assist/classification
- autofill
- carrier
- chooser
- contentcapture
- controls
- actions
- templates
- credentials
- displayhash
- euicc
- games
- notification
- quickaccesswallet
- quicksettings
- settings/suggestions
- timezone
- voice
- types
- speech
- tts
- telecom
- telephony
- data
- emergency
- euicc
- gba
- ims
- feature
- stub
- mbms
- satellite
- text
- util
- view
- accessibility
- autofill
- types
- contentcapture
- displayhash
- inputmethod
- textclassifier
- textservice
- translation
- types
- types
- webkit
- widget
- inline
- window
- com/android
- ims
- internal_/uce
- common
- options
- presence
- internal_
- app/procstats
- compat
- content
- infra
- inputmethod
- net
- os
- statusbar
- telephony
- util
- view
- widget
- tools/pkg/codegen
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments