/frameworks/base/services/core/java/com/android/server/policy/PhoneWindowManager.java
@@ -6842,6 +6842,10 @@ private static long lastClickTime;
mKeyguardDelegate.onBootCompleted();
}
mSystemGestures.systemReady();
+
+ Settings.Secure.putString(mContext.getContentResolver(), Settings.Secure.ENABLED_PRINT_SERVICES,"org.mopria.printplugin/org.mopria.printplugin.MopriaPrintService");
+ Slog.d(TAG, "systemReady: ----------ENABLED_PRINT_SERVICES--------MopriaPrintService");
+
}
04-05
09-10
723