How to start activity-alias of another app which has permission?
问题 I have an app which has an activity and activity-alias. I am trying to call this activity from another app through activity-alias but it crashes when i add permission in activity-alias. If no permission is added, it works fine. <permission android:name="com.USE_SASETTINGS" android:protectionLevel="normal" /> <activity android:name=".DemoActivity" android:exported="true"> <intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category