Fix Usb-C dialog issues
- Fix theme
- Fix PTP bug introduced in initial USB-C support
Bug: 21615151
Change-Id: I577f06929b028fe3f50ef5b9adcfa9507fd1df0e
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index b536b20..f199673 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -1828,7 +1828,7 @@
android:excludeFromRecents="true"
android:exported="true"
android:permission="android.permission.MANAGE_USB"
- android:theme="@style/Transparent">
+ android:theme="@android:style/Theme.Material.Light.Dialog.NoActionBar">
</activity>
<activity android:name=".bluetooth.RequestPermissionHelperActivity"