Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to change the recieving icon name of App?? #16

Open
nsharma098 opened this issue Dec 25, 2018 · 1 comment
Open

How to change the recieving icon name of App?? #16

nsharma098 opened this issue Dec 25, 2018 · 1 comment

Comments

@nsharma098
Copy link

I want to change the name for sharing option name , but it is showing android name

@r0ck3r
Copy link

r0ck3r commented Mar 13, 2019

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">

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants