Merge "Fix theme for empty activity" into lmp-mr1-dev

This commit is contained in:
Amith Yamasani
2015-01-05 20:54:04 +00:00
committed by Android (Google) Code Review

View File

@@ -1112,7 +1112,8 @@
<!-- Lock screen settings -->
<activity android:name="ConfirmDeviceCredentialActivity"
android:exported="true">
android:exported="true"
android:theme="@style/Transparent">
<intent-filter>
<action android:name="android.app.action.CONFIRM_DEVICE_CREDENTIAL" />
<category android:name="android.intent.category.DEFAULT" />