mirror of
https://github.com/SimpleMobileTools/Simple-SMS-Messenger.git
synced 2025-06-05 21:49:22 +02:00
removing License and FAQ activities from the manifest
This commit is contained in:
@@ -108,21 +108,11 @@
|
|||||||
android:label="@string/about"
|
android:label="@string/about"
|
||||||
android:parentActivityName=".activities.MainActivity" />
|
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
|
<activity
|
||||||
android:name="com.simplemobiletools.commons.activities.CustomizationActivity"
|
android:name="com.simplemobiletools.commons.activities.CustomizationActivity"
|
||||||
android:label="@string/customize_colors"
|
android:label="@string/customize_colors"
|
||||||
android:parentActivityName=".activities.SettingsActivity" />
|
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" />
|
|
||||||
|
|
||||||
<activity
|
<activity
|
||||||
android:name="com.simplemobiletools.commons.activities.ManageBlockedNumbersActivity"
|
android:name="com.simplemobiletools.commons.activities.ManageBlockedNumbersActivity"
|
||||||
android:label="@string/blocked_numbers"
|
android:label="@string/blocked_numbers"
|
||||||
|
Reference in New Issue
Block a user