App not registering in the “Share” menu as ACTION_SEND intent handler
问题 I have a free and paid Android app both based on the same core library code with just different subpackage names, a simple full version boolean switch and "LITE" in the app name for the free one. It is designed to receive image files and process them. The AndroidManifest.xml file is setup as: <intent-filter> <action android:name="android.intent.action.SEND" /> <action android:name="android.intent.action.SEND_MULTIPLE" /> <category android:name="android.intent.category.DEFAULT" /> <data