OSDN Git Service

Fix theme for empty activity
authorAmith Yamasani <yamasani@google.com>
Wed, 17 Dec 2014 18:52:52 +0000 (10:52 -0800)
committerAmith Yamasani <yamasani@google.com>
Thu, 18 Dec 2014 18:22:02 +0000 (10:22 -0800)
Avoids janky transition when confirmation of device credential
is requested.

Bug: 18637426

Change-Id: I3645e180e50f570d6d09d649978064fa5adf7755

AndroidManifest.xml

index d73e9c3..7fb2603 100644 (file)
 
         <!-- 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" />