Adding an exception for "com.android.omadm.service.CONFIGURATION_UPDATE"
as it is sent by both system and OEM apps.
Bug: 28757729
Change-Id: Ic89d38bbd78e436ca3c259f1aa61be450033a232
We need to make IIntentSender oneway... but when the system is
calling that for itself, it needs to be able to return a result code.
Solution: instead of directly calling the interface, we have a new
IPC through the activity manager. If the thing being used is the
activity manager impl, it can do the synchronous send and return
the result directly in place. If not, you only get asynchronous
sending and thus never a failure result back (too bad for you!).
Change-Id: I4096e5b00063e8dba66230585a2dfe67e35e8092
am: 8701c9bc3b
* commit '8701c9bc3bbb833a7f9e07b196b7a7e72467ef9a':
remove tools-moved.html redirect, go to studio home instead
Change-Id: I659fa6e33e73a9b524a84bd439d8a9d113858187
am: 9e11298335
* commit '9e11298335c84f29f8fb8213c8d61721d1cec18c':
remove tools-moved.html redirect, go to studio home instead
Change-Id: I666b10252b966a5b803b7aab888919186e78f4cb
am: 30e81c84c1
* commit '30e81c84c134a90453b06e1e680fa4be73551a31':
Revisions to develop landing page for studio 2.1
Change-Id: Id2e085e54865f4a0bd6b72931a97385d22fc96ea
am: b8fe6e8b20
* commit 'b8fe6e8b209b0fe39f661c10979557376dae23ec':
remove tools-moved.html redirect, go to studio home instead
Change-Id: I5092050fcbec6c55487e441b3e7113d411fcbeb8
am: 6e8711c89c
* commit '6e8711c89c5aef027f0f2d7d9fb3d1a0a31c042c':
Revisions to develop landing page for studio 2.1
Change-Id: I310b93a7621de4745d069fe22ba7acb81aedb48e
am: 7848eef2e6
* commit '7848eef2e62df56e73f992c174ca2c6195664ea4':
remove tools-moved.html redirect, go to studio home instead
Change-Id: If5d9f19cdf0058047a6336edbed83e45323ffa79
am: 3a8d2c8fd2
* commit '3a8d2c8fd20b65ec6700f662d815299943661f48':
Revisions to develop landing page for studio 2.1
Change-Id: Ib9689bc1b71e79c447425bceb0cf944ad5630362
am: 3eff38fdba
* commit '3eff38fdba7dc1e0f02aa80997ee2e3895524ee1':
Revisions to develop landing page for studio 2.1
Change-Id: Ied3d0ed51ce5bca165c91acc788683fb39ac5d53
Applications may want to jump to the Deletion Helper to free up
storage when the device is under storage pressure.
Bug: 28675265
Change-Id: I709c39f3e699ab5f51f4ad1272468583276ff050
am: 7ea2b0937e
* commit '7ea2b0937ea4c637e95db89f3cecd6eacf095c5b':
Added Support and Release Notes Nav link and IMF Nav link.
Change-Id: I4f6c414af02248160912e6593fc442c9f2aa5075
am: a87dfa0de6
* commit 'a87dfa0de6cdad7e42b8d21fd1112df2f04b36df':
Added Support and Release Notes Nav link and IMF Nav link.
Change-Id: I3a5965b18d7a6771593a4d8a4c863d1f38e445c0
am: f4bf6f7675
* commit 'f4bf6f7675bc04f3f9e4cb05408b5c63ae8d3c49':
Added Support and Release Notes Nav link and IMF Nav link.
Change-Id: I58ed03df80f0db496cbb45b5a7a630b9ba878454
Removed the second "continue" to allow isFirstValidTask to be set to
false.
This is a follow-up fix from commit 91c5066c00.
Bug: 28754669
Change-Id: Ic852afaa78fc79bcd85b04e888975cd3bfc72094
am: 9386a40edf
* commit '9386a40edf153f31e96283bf61a5b2feac96ec8f':
Set final crop on wallpaper instead of intersect clip with stack bounds
Change-Id: Ic4790a2a66f9f01064dbcbf6c3f06ca6238f6c3f
We also need to freeze the override configuration so we don't report
the new configuration too early, which leads to bugs.
Bug: 27915587
Change-Id: Idffadbb02ab0311796caa760ae1f467fd2d17768
Wallpaper's clip rect is offset by its window offsets, it can't be
intersect directly with stack bounds.
bug: 28763785
Change-Id: Id87d668c9e59832498c9c62730617d0a5a9207c2
Netlink notifications about the state of the modem contains uid too.
This patch adds the functionality to add that. It also fixes the bug to
parse the timestamp in the message even in cases where the length is
greater than expected.
Bug: 28527904
Change-Id: I4643bff3eb5b1ffa2dc0b78f1c6947d60487e0d8
Signed-off-by: Ruchi Kandoi <kandoiruchi@google.com>
Settings is using a MemoryIntArray to communicate the settings table
version enabling apps to have up-to-date local caches. However, ashmem
allows an arbitrary process with a handle to the fd (even in read only
mode) to unpin the memory which can then be garbage collected. Here we
make this mechanism fault tolerant against bad apps unpinning the ashmem
region. First, we no longer unpin the ashmem on the client side and if
the ashmem region is purged and cannot be pinned we recreate it and
hook up again with the local app caches. The change also adds a test
that clients can only read while owner can read/write.
bug:28764789
Change-Id: I1ef79b4b21e976124b268c9126a55d614157059b