Remove the FEATURE_FLAG_IDMAP2 flag

Test: atest OverlayDeviceTests OverlayHostTests FrameworksServicesTests:com.android.server.om CtsAppSecurityHostTestCases:OverlayHostTest

Change-Id: Ib68eaf7f721c5d440fe7185777e88e23cb9840a4
This commit is contained in:
Mårten Kongstad
2019-10-01 08:29:21 +02:00
committed by Todd Kennedy
parent ca7d84517f
commit 77b53b2c56
5 changed files with 24 additions and 55 deletions

View File

@@ -804,7 +804,7 @@ public final class SystemServer {
// Manages Overlay packages
t.traceBegin("StartOverlayManagerService");
mSystemServiceManager.startService(new OverlayManagerService(mSystemContext, installer));
mSystemServiceManager.startService(new OverlayManagerService(mSystemContext));
t.traceEnd();
t.traceBegin("StartSensorPrivacyService");