removing License and FAQ activities from manifest, they are in Commons already

This commit is contained in:
tibbi 2021-11-15 22:22:21 +01:00
parent 9c74dbce14
commit a309d45c29
2 changed files with 3 additions and 13 deletions

View File

@ -56,7 +56,7 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:0684fdde38'
implementation 'com.github.SimpleMobileTools:Simple-Commons:3d04cf87bd'
implementation 'org.greenrobot:eventbus:3.2.0'
implementation 'com.github.Armen101:AudioRecordView:1.0.2'
implementation 'androidx.documentfile:documentfile:1.0.1'

View File

@ -60,8 +60,8 @@
<activity
android:name=".activities.MainActivity"
android:launchMode="singleTask"
android:configChanges="orientation|screenSize" />
android:configChanges="orientation|screenSize"
android:launchMode="singleTask" />
<activity
android:name=".activities.SettingsActivity"
@ -73,21 +73,11 @@
android:label="@string/about"
android:parentActivityName=".activities.MainActivity" />
<activity
android:name="com.simplemobiletools.commons.activities.LicenseActivity"
android:label="@string/third_party_licences"
android:parentActivityName="com.simplemobiletools.commons.activities.AboutActivity" />
<activity
android:name="com.simplemobiletools.commons.activities.CustomizationActivity"
android:label="@string/customize_colors"
android:parentActivityName=".activities.SettingsActivity" />
<activity
android:name="com.simplemobiletools.commons.activities.FAQActivity"
android:label="@string/frequently_asked_questions"
android:parentActivityName="com.simplemobiletools.commons.activities.AboutActivity" />
<service
android:name=".services.RecorderService"
android:exported="false">