OSDN Git Service

Use sendBroadcastAsUser rather than sendBroadcast
authorNeil Fuller <nfuller@google.com>
Tue, 27 Jun 2017 17:53:58 +0000 (18:53 +0100)
committerNeil Fuller <nfuller@google.com>
Tue, 27 Jun 2017 18:04:50 +0000 (19:04 +0100)
commit23eb3a19b888ab758d8aa4cec5a7eb7fc12fd01d
tree285f913fdd52d67c0777ea7d29254357a5089875
parentf093d4e13e42a10bc6afc676d1453b4893b03ef7
Use sendBroadcastAsUser rather than sendBroadcast

According to messages in the logcat sendBroadcastAsUser
is the better option.

Test: Manual
Bug: 31008728
Change-Id: I06bcd3c53878fc2b1b817337ea8719fcc4975501
core/java/android/app/timezone/RulesUpdaterContract.java