Set minimum size of permission dialog

Otherwise on very small landscape windows (e.g. split screen on a phone) the dialog is too small.

Test: Looked at dialog in various window sizes
Change-Id: I74731ff9c0db2062ace30d98df5b75a06bf7bf4a
diff --git a/core/res/res/values/styles_package_installer.xml b/core/res/res/values/styles_package_installer.xml
index 8bfcc8d..2ccdd87 100644
--- a/core/res/res/values/styles_package_installer.xml
+++ b/core/res/res/values/styles_package_installer.xml
@@ -21,6 +21,7 @@
         <item name="background">?attr/windowBackground</item>
         <item name="elevation">?attr/windowElevation</item>
         <item name="layout_weight">@dimen/permissionGrantDialogWidth</item>
+        <item name="layout_width">320dp</item>
     </style>
 
     <style name="PermissionGrantTitleIcon">