0312 所有包含 intent-filter 过滤的Activity,Service,Provider,Receiver,都需要添加android:exported="true" 属性
| | |
| | | </activity> |
| | | |
| | | <activity android:name="com.secondworld.sdk.GameActivity" |
| | | android:theme="@style/UnityThemeSelector" android:exported="true"> |
| | | android:theme="@style/UnityThemeSelector"> |
| | | <meta-data android:name="unityplayer.UnityActivity" android:value="true" /> |
| | | </activity> |
| | | </application> |
| | |
| | | <provider |
| | | android:name="androidx.core.content.FileProvider" |
| | | android:authorities="${applicationId}.fileprovider" |
| | | android:exported="true" |
| | | android:exported="false" |
| | | android:grantUriPermissions="true"> |
| | | <meta-data |
| | | android:name="android.support.FILE_PROVIDER_PATHS" |