fix incorrect context classloader initialization in system_server
https://code.google.com/p/android/issues/detail?id=331471
not only mPackageName.equals("android") run in system_server,
but also contains the following package:
- com.android.providers.settings,
- com.android.server.telecom,
- com.android.location.fused.
when make application for these package will modify
system_server classloader which is not we want.
Test: intern stability test
Change-Id: I831f6d6ec1d63edad592b05df7c1c2493afeff10
Signed-off-by: yuanhuihui <yuanhuihui@xiaomi.com>
Signed-off-by: mydongistiny <jaysonedson@gmail.com>
1 file changed