am: 020fa24
* commit '020fa2420d45803b91bd31548ed7a930576ffeea':
Support SET_TEXT for editable text views.
Change-Id: I657f669e41dcd93ff30440b9dc10f775563d8a00
am: 2bf5f20
* commit '2bf5f20a2b9aeed688a9b0ffbf82f0368aae8023':
Support SET_TEXT for editable text views.
Change-Id: Ief9820d9bb9f15f10fbcb6aaf660eee447a2fc6b
am: 12d00a7
* commit '12d00a7e144e33823c631a9e4b6c7d5fdfc076b5':
Use proper package name and UID when checking write settings access
Change-Id: Id28af44094cfd30aa3b745ec0f3f99acd9a0c1a0
am: b707db0
* commit 'b707db0f3e51235ef9c38a22fc3577083331c626':
Use proper package name and UID when checking write settings access
Change-Id: I5e065198393ada578931189a60ae54a3eb535171
am: 51ec6d9
* commit '51ec6d97898d52db6ab692416b665354a45445bb':
Make hasTransientState be true only if user created selection is active.
Change-Id: Id5ea92b1f4aa36036b92a752ad226b5fba064748
am: fc1d11e
* commit 'fc1d11ed9dc4d25a939e5187f32fe9eb107e942c':
Make hasTransientState be true only if user created selection is active.
Change-Id: Ic28caa1dea935da7b6408282fb0266c889c29050
Add shell commands to check on current FBE status and system ready
status. Mark variables without first-class locking as volatile.
Fix bug where UI automation would crash while device was locked by
marking it as forced direct-boot aware.
Bug: 26498834
Change-Id: Ib4dfb9350925e5413f93a09baacf84c62f2ba0ea
Added handling of app query reponse from context hub.
Exposed the maximum message size to clients.
Change-Id: Ie96a860774d005ad6ad72acc88dc79964835486b
am: 8460842
* commit '84608424feb0255da74359d0b79628808b0d41e0':
Allow factory reset when bluetooth is off (1/2)
Change-Id: I722cd671b931cd78a284c28f028036cf9e7d8dbc
am: 418a760
* commit '418a7601b2f8397ed8bd6241bab5f6229a941aa1':
Allow factory reset when bluetooth is off (1/2)
Change-Id: I3c84e37c3f200ffa4671c488cf1a65dc2e292490
am: 1dfa47e
* commit '1dfa47ee3e55592249a76cb72f9e16be664f2b40':
Allow factory reset when bluetooth is off (1/2)
Change-Id: I0e9300c86a6ec1f07d5b1a5c83f1b87a2c5ffaa5
am: c6eaac8
* commit 'c6eaac81ed151689aab210ae9bf29dad8952dcc5':
Get name and address without enabling Bluetooth
Change-Id: I03adfc8664226386fa2f8201895e71d7d7d84861
am: 4bb4830
* commit '4bb4830b758ce0fadff33d993c4e7e8aca880cad':
Get name and address without enabling Bluetooth
Change-Id: Ie2437453b19b9a8e5589c100b3c6e0371e6970f8
am: da04593
* commit 'da0459306253b98cd0f8f6f3ebd2e9c5aef15a40':
Launch everything from the shade in full-screen stack
Change-Id: I196455fc49388a5173f484f755941a934fba1ff7
am: e6e108e
* commit 'e6e108e0eb5d552e3b35bf1803838f7a00730abd':
Launch everything from the shade in full-screen stack
Change-Id: Ied4de85cece92893d8fa90b4cc69a31971115eb7
Framework edition
When setting a user visibility hint on a fragment it was possible to
have a FragmentManager already set due to a transaction being composed
but before the commit, so only checking that we have one isn't
sufficient for determining whether we should perform a pending
deferred start. This could happen easily with ViewPager adapters. Use
isAdded() instead.
Also fix a bug where we could set our internal tracking of fragments
that need a deferred start incorrectly.
Bug 27814550
Change-Id: I3be65728650c48d27a3a9dd4ca15f52006d14ab9