remove unused activities and fragments

// FREEBIE
This commit is contained in:
Jake McGinty
2015-01-08 19:16:43 -08:00
parent 9fed60628d
commit 3e6e28e688
5 changed files with 0 additions and 953 deletions

View File

@@ -138,11 +138,6 @@
android:windowSoftInputMode="stateAlwaysVisible"
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/>
<activity android:name=".ContactSelectionActivity"
android:label="@string/AndroidManifest__select_contacts"
android:windowSoftInputMode="stateHidden"
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/>
<activity android:name=".NewConversationActivity"
android:label="@string/AndroidManifest__select_contacts"
android:windowSoftInputMode="stateVisible"