You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can set your own name in Android Studio:
External Libraries > Flutter Plugins > flutter-share-xxx > android > src.main > AndroidManifest.xml
Just add android:label for io.flutter.plugins.share.ShareReceiverActivityWorker, for example:
<activity android:name="io.flutter.plugins.share.ShareReceiverActivityWorker"
android:theme="@style/Theme.Transparent"
android:label="Upload to site">
I want to change the name for sharing option name , but it is showing android name
The text was updated successfully, but these errors were encountered: