OSDN Git Service

Do not send unhandled system config changes to app
authorChong Zhang <chz@google.com>
Thu, 23 Jun 2016 20:15:08 +0000 (13:15 -0700)
committerChong Zhang <chz@google.com>
Thu, 23 Jun 2016 20:27:53 +0000 (20:27 +0000)
commit4951f9d6f65521a517d5cbdeafafdfb7bfb3cb72
treef142bdd56a3dfa3fd782847a593fd5b8b09245eb
parent4504b0e40c8e1bca6d826faf04526bcf01b673d7
Do not send unhandled system config changes to app

If the config change is system-level and the app doesn't handle
it, it will definitely get relaunched and we don't need to call
onConfigurationChanged.

bug: 29367672
Change-Id: I3193d4b63d316295c9e73d42d000ab4eb5c1a6ad
core/java/android/app/ActivityThread.java