Add explicit export to ShareActivity.
This commit is contained in:
parent
8a49db650a
commit
4282f3eb6d
1 changed files with 1 additions and 0 deletions
|
@ -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" />
|
||||
|
|
Loading…
Add table
Reference in a new issue