updating commons and min SDK to 23
This commit is contained in:
parent
db37ac1b19
commit
db6ddceb73
9 changed files with 32 additions and 41 deletions
|
|
@ -47,16 +47,19 @@
|
|||
|
||||
<activity
|
||||
android:name=".activities.MainActivity"
|
||||
android:configChanges="orientation"
|
||||
android:exported="true" />
|
||||
|
||||
<activity
|
||||
android:name=".activities.ThreadActivity"
|
||||
android:configChanges="orientation"
|
||||
android:exported="false"
|
||||
android:parentActivityName=".activities.MainActivity"
|
||||
android:windowSoftInputMode="adjustResize" />
|
||||
|
||||
<activity
|
||||
android:name=".activities.SearchActivity"
|
||||
android:configChanges="orientation"
|
||||
android:exported="false"
|
||||
android:label=""
|
||||
android:parentActivityName=".activities.MainActivity"
|
||||
|
|
@ -73,6 +76,7 @@
|
|||
|
||||
<activity
|
||||
android:name=".activities.NewConversationActivity"
|
||||
android:configChanges="orientation"
|
||||
android:exported="true"
|
||||
android:parentActivityName=".activities.MainActivity">
|
||||
|
||||
|
|
@ -107,6 +111,7 @@
|
|||
|
||||
<activity
|
||||
android:name=".activities.SettingsActivity"
|
||||
android:configChanges="orientation"
|
||||
android:exported="true"
|
||||
android:label="@string/settings"
|
||||
android:parentActivityName=".activities.MainActivity">
|
||||
|
|
@ -119,30 +124,35 @@
|
|||
|
||||
<activity
|
||||
android:name="com.simplemobiletools.commons.activities.AboutActivity"
|
||||
android:configChanges="orientation"
|
||||
android:exported="false"
|
||||
android:label="@string/about"
|
||||
android:parentActivityName=".activities.MainActivity" />
|
||||
|
||||
<activity
|
||||
android:name="com.simplemobiletools.commons.activities.CustomizationActivity"
|
||||
android:configChanges="orientation"
|
||||
android:exported="false"
|
||||
android:label="@string/customize_colors"
|
||||
android:parentActivityName=".activities.SettingsActivity" />
|
||||
|
||||
<activity
|
||||
android:name="com.simplemobiletools.commons.activities.ManageBlockedNumbersActivity"
|
||||
android:configChanges="orientation"
|
||||
android:exported="false"
|
||||
android:label="@string/blocked_numbers"
|
||||
android:parentActivityName=".activities.SettingsActivity" />
|
||||
|
||||
<activity
|
||||
android:name=".activities.VCardViewerActivity"
|
||||
android:configChanges="orientation"
|
||||
android:exported="false"
|
||||
android:label="@string/contact_details"
|
||||
android:parentActivityName=".activities.ThreadActivity" />
|
||||
|
||||
<activity
|
||||
android:name=".activities.ConversationDetailsActivity"
|
||||
android:configChanges="orientation"
|
||||
android:exported="false"
|
||||
android:label="@string/conversation_details"
|
||||
android:parentActivityName=".activities.ThreadActivity" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue