remove LicenseActivity intent

This commit is contained in:
DF1E 2015-06-16 15:13:27 +02:00
parent 1d5b904c64
commit 56c9934145

View File

@ -9,11 +9,6 @@
android:action="android.intent.action.VIEW" android:action="android.intent.action.VIEW"
android:data="http://twitter.com/RestainoAnthony" /> android:data="http://twitter.com/RestainoAnthony" />
</Preference> </Preference>
<Preference android:title="@string/licenses">
<intent
android:targetPackage="acr.browser.lightning"
android:targetClass="acr.browser.lightning.activity.LicenseActivity" />
</Preference>
<Preference <Preference
android:title="@string/version" android:title="@string/version"
android:key="pref_version" /> android:key="pref_version" />