* commit 'c25cfc57e0d863b002620f5e7dd14822418c678f': Prevent EntropyMixer from registering with service manager.
This commit is contained in:
@@ -409,6 +409,7 @@ public final class SystemServer {
|
|||||||
ConsumerIrService consumerIr = null;
|
ConsumerIrService consumerIr = null;
|
||||||
AudioService audioService = null;
|
AudioService audioService = null;
|
||||||
MmsServiceBroker mmsService = null;
|
MmsServiceBroker mmsService = null;
|
||||||
|
EntropyMixer entropyMixer = null;
|
||||||
|
|
||||||
boolean disableStorage = SystemProperties.getBoolean("config.disable_storage", false);
|
boolean disableStorage = SystemProperties.getBoolean("config.disable_storage", false);
|
||||||
boolean disableMedia = SystemProperties.getBoolean("config.disable_media", false);
|
boolean disableMedia = SystemProperties.getBoolean("config.disable_media", false);
|
||||||
@@ -433,7 +434,7 @@ public final class SystemServer {
|
|||||||
ServiceManager.addService("telephony.registry", telephonyRegistry);
|
ServiceManager.addService("telephony.registry", telephonyRegistry);
|
||||||
|
|
||||||
Slog.i(TAG, "Entropy Mixer");
|
Slog.i(TAG, "Entropy Mixer");
|
||||||
ServiceManager.addService("entropy", new EntropyMixer(context));
|
entropyMixer = new EntropyMixer(context);
|
||||||
|
|
||||||
mContentResolver = context.getContentResolver();
|
mContentResolver = context.getContentResolver();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user