Loading packages/PackageInstaller/AndroidManifest.xml +1 −0 Original line number Diff line number Diff line Loading @@ -111,6 +111,7 @@ android:exported="false" /> <activity android:name=".UninstallerActivity" android:theme="@style/Theme.UninstallerActivity" android:configChanges="orientation|keyboardHidden|screenSize" android:excludeFromRecents="true" android:noHistory="true" Loading packages/PackageInstaller/res/values-television/themes.xml +1 −6 Original line number Diff line number Diff line Loading @@ -17,16 +17,11 @@ <resources> <style name="Theme.AlertDialogActivity.NoAnimation" parent="@style/Theme.AlertDialogActivity.NoActionBar"> <item name="android:windowAnimationStyle">@null</item> </style> <style name="Theme.AlertDialogActivity" parent="@android:style/Theme.DeviceDefault.Light.Dialog.Alert"> </style> <style name="Theme.AlertDialogActivity.NoActionBar" <style name="Theme.UninstallerActivity" parent="@android:style/Theme.Material.Light.NoActionBar"> <item name="android:windowActionBar">false</item> <item name="android:windowNoTitle">true</item> Loading packages/PackageInstaller/res/values/themes.xml +5 −0 Original line number Diff line number Diff line Loading @@ -40,4 +40,9 @@ <item name="android:buttonBarNegativeButtonStyle">@style/Widget.PackageInstaller.Button</item> </style> <style name="Theme.UninstallerActivity" parent="@style/Theme.AlertDialogActivity"> </style> </resources> Loading
packages/PackageInstaller/AndroidManifest.xml +1 −0 Original line number Diff line number Diff line Loading @@ -111,6 +111,7 @@ android:exported="false" /> <activity android:name=".UninstallerActivity" android:theme="@style/Theme.UninstallerActivity" android:configChanges="orientation|keyboardHidden|screenSize" android:excludeFromRecents="true" android:noHistory="true" Loading
packages/PackageInstaller/res/values-television/themes.xml +1 −6 Original line number Diff line number Diff line Loading @@ -17,16 +17,11 @@ <resources> <style name="Theme.AlertDialogActivity.NoAnimation" parent="@style/Theme.AlertDialogActivity.NoActionBar"> <item name="android:windowAnimationStyle">@null</item> </style> <style name="Theme.AlertDialogActivity" parent="@android:style/Theme.DeviceDefault.Light.Dialog.Alert"> </style> <style name="Theme.AlertDialogActivity.NoActionBar" <style name="Theme.UninstallerActivity" parent="@android:style/Theme.Material.Light.NoActionBar"> <item name="android:windowActionBar">false</item> <item name="android:windowNoTitle">true</item> Loading
packages/PackageInstaller/res/values/themes.xml +5 −0 Original line number Diff line number Diff line Loading @@ -40,4 +40,9 @@ <item name="android:buttonBarNegativeButtonStyle">@style/Widget.PackageInstaller.Button</item> </style> <style name="Theme.UninstallerActivity" parent="@style/Theme.AlertDialogActivity"> </style> </resources>