Custom actions using implicit intents between applications
问题 I have been trying to get two activities in two separate applications to communicate using a custom action and an implicit intent. The first application (server), has the following manifest: <application android:icon="@drawable/ic_launcher" android:label="@string/app_name" android:theme="@style/AppTheme"> <activity android:name="edu.example.sharing.manager.SecureFileShare" android:label="@string/title_activity_secure_file_share" android:exported="true"> <intent-filter> <action android:name=