Bug 1159978 - Strip out old StartPane activity. r=liuche

--HG--
extra : rebase_source : 58049c70c4fd3c9e1c512a2e2be5db08ca03ec8e
This commit is contained in:
Karim Benhmida 2015-05-20 12:26:44 -07:00
parent c60814f482
commit 0f404add1b
3 changed files with 0 additions and 16 deletions

View File

@ -289,10 +289,6 @@
</activity>
#endif
<activity android:name="org.mozilla.gecko.StartPane"
android:theme="@style/GeckoStartPane"
android:excludeFromRecents="true"/>
<activity android:name="org.mozilla.gecko.webapp.Dispatcher"
android:noHistory="true" >
<intent-filter>

View File

@ -1,10 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<resources xmlns:android="http://schemas.android.com/apk/res/android">
<style name="GeckoStartPane" parent="Gecko.Dialog"/>
</resources>

View File

@ -104,8 +104,6 @@
<item name="floatingHintEditTextStyle">@style/FloatingHintEditText</item>
</style>
<style name="GeckoStartPane" parent="GeckoBase"/>
<!-- Make an activity appear like an overlay. -->
<style name="OverlayActivity" parent="Gecko">
<item name="android:windowBackground">@android:color/transparent</item>