Fix cannot share text to Infinity.

This commit is contained in:
Docile-Alligator 2022-05-14 19:17:09 +08:00
parent 33ac7e92df
commit 4f7d8321fc

View File

@ -39,8 +39,7 @@
android:label="@string/post_poll_activity_label" android:label="@string/post_poll_activity_label"
android:parentActivityName=".activities.MainActivity" android:parentActivityName=".activities.MainActivity"
android:theme="@style/AppTheme.NoActionBar" android:theme="@style/AppTheme.NoActionBar"
android:windowSoftInputMode="adjustResize" android:windowSoftInputMode="adjustResize" />
android:exported="false" />
<activity <activity
android:name=".activities.EditProfileActivity" android:name=".activities.EditProfileActivity"
android:label="@string/edit_profile_activity_label" android:label="@string/edit_profile_activity_label"
@ -215,7 +214,7 @@
android:theme="@style/AppTheme.Slidable" /> android:theme="@style/AppTheme.Slidable" />
<activity <activity
android:name=".activities.ShareDataResolverActivity" android:name=".activities.ShareDataResolverActivity"
android:exported="false"> android:exported="true">
<intent-filter> <intent-filter>
<action android:name="android.intent.action.SEND" /> <action android:name="android.intent.action.SEND" />