Specific android:label for ShareActiviy
Summary
Use a distinct label for the ShareActivity. Remove the android.intent.action.SEND_MULTIPLE intent filter from the main activity as nothing is done with the sent files.
Fixes 429681
Test Plan
Open a third-party app that allow sharing images, and share one or more image. The Android file sharing UI will open, listing KDE Connect amongst other apps
Before:
Two identical icons and label appear, one opening the main activity and one opening the ShareActivity. There is no way to distinguish between the two, and the main activity will do nothing with the incoming intent.
After:
The share activity has a different label "Share" (while maintaining the KDE Connect title and icon).
Edited by Nicolas Fella