Add explicit export to ShareActivity.

This commit is contained in:
Alex Hart 2022-04-22 16:09:47 -03:00
parent 8a49db650a
commit 4282f3eb6d

View file

@ -184,6 +184,7 @@
android:excludeFromRecents="true"
android:taskAffinity=""
android:windowSoftInputMode="stateHidden"
android:exported="true"
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize">
<intent-filter>
<action android:name="android.intent.action.SEND" />