Allow users to add conversation shortcuts to the home screen.

This commit is contained in:
Leonard Ehrenfried
2018-04-08 12:55:30 +02:00
committed by Greyson Parrelli
parent c7da83a702
commit c3c44e324b
5 changed files with 65 additions and 7 deletions

View File

@@ -72,6 +72,7 @@
<!-- For conversation 'shortcuts' on the desktop -->
<uses-permission android:name="android.permission.INSTALL_SHORTCUT"/>
<uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT" />
<!-- For fixing MMS -->
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
@@ -213,6 +214,7 @@
android:windowSoftInputMode="stateUnchanged"
android:launchMode="singleTask"
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"
android:exported="true"
android:parentActivityName=".ConversationListActivity">
<meta-data
android:name="android.support.PARENT_ACTIVITY"