commit | 987b0fc4a57c8b8246b12069a5db06693bc3eea6 | [log] [tgz] |
---|---|---|
author | Chad Brubaker <cbrubaker@google.com> | Fri Mar 10 13:31:38 2017 -0800 |
committer | Chad Brubaker <cbrubaker@google.com> | Fri Mar 10 13:31:38 2017 -0800 |
tree | e05d8b8a59e6b3b90c17c018a56b0f28f256b5db | |
parent | af526ec9c36dfbb3c244ad03f8df79311e5ba03c [diff] |
Expose ConfigUpdater Intents in SystemApi The Intents are are in the android namespace and should have been exposed as SystemApi, but were not previously. Since there are no classes in the framework that reference these Intents this adds android.os.ConfigUpdate to have them all in one place. Test: builds Change-Id: I2086945301f06b28b491ec876652c37e97315e8c Fixes: 35252508 Fixes: 35266806 Fixes: 35266833 Fixes: 35271111