Merge "Mark the keyguard package as required for profile"

This commit is contained in:
Alexandra Gherghina
2014-03-31 16:15:48 +00:00
committed by Android (Google) Code Review

View File

@@ -43,7 +43,8 @@
<application android:label="@string/app_name"
android:process="com.android.systemui"
android:persistent="true"
android:supportsRtl="true">
android:supportsRtl="true"
android:requiredForProfile="all">
<service android:name=".KeyguardService"
android:exported="true" />