Remove bundled help in favour of online help

This commit is contained in:
Fredrik Fornwall
2015-12-28 00:40:51 +01:00
parent 86e2945069
commit bc1b742a36
4 changed files with 38 additions and 236 deletions

View File

@@ -39,7 +39,9 @@
<activity
android:name="com.termux.app.TermuxHelpActivity"
android:exported="false"
android:label="@string/application_help" />
android:theme="@android:style/Theme.Material.Light.DarkActionBar"
android:parentActivityName=".app.TermuxActivity"
android:label="@string/application_name" />
<activity
android:name="com.termux.filepicker.TermuxFilePickerActivity"