riku
2025-10-31 1897c4ad5fa73b3f0a36e1aa0e1e9000302a6ace
app/src/main/AndroidManifest.xml
@@ -70,19 +70,19 @@
            </intent-filter>
        </receiver>
        <receiver
            android:name="cn.flightfeather.thirdappmodule.util.push.MyMessageReceiver"
            android:exported="false"> <!-- 为保证receiver安全,建议设置不可导出,如需对其他应用开放可通过android:permission进行限制 -->
            <intent-filter>
                <action android:name="com.alibaba.push2.action.NOTIFICATION_OPENED" />
            </intent-filter>
            <intent-filter>
                <action android:name="com.alibaba.push2.action.NOTIFICATION_REMOVED" />
            </intent-filter>
            <intent-filter>
                <action android:name="com.alibaba.sdk.android.push.RECEIVE" />
            </intent-filter>
        </receiver>
<!--        <receiver-->
<!--            android:name="cn.flightfeather.thirdappmodule.util.push.MyMessageReceiver"-->
<!--            android:exported="false"> &lt;!&ndash; 为保证receiver安全,建议设置不可导出,如需对其他应用开放可通过android:permission进行限制 &ndash;&gt;-->
<!--            <intent-filter>-->
<!--                <action android:name="com.alibaba.push2.action.NOTIFICATION_OPENED" />-->
<!--            </intent-filter>-->
<!--            <intent-filter>-->
<!--                <action android:name="com.alibaba.push2.action.NOTIFICATION_REMOVED" />-->
<!--            </intent-filter>-->
<!--            <intent-filter>-->
<!--                <action android:name="com.alibaba.sdk.android.push.RECEIVE" />-->
<!--            </intent-filter>-->
<!--        </receiver>-->
        
        <activity
@@ -232,14 +232,24 @@
            android:theme="@style/TransparentTheme" />
        <activity android:name="cn.flightfeather.thirdappmodule.module.inspection.MenuSceneAccountActivity"
            android:theme="@style/TransparentTheme" />
        <activity android:name="cn.flightfeather.thirdappmodule.module.inspection.MenuSceneHistoryActivity"
            android:theme="@style/TransparentTheme" />
        <activity android:name="cn.flightfeather.thirdappmodule.module.inspection.MenuSceneInfoActivity"
            android:theme="@style/TransparentTheme" />
        <activity android:name="cn.flightfeather.thirdappmodule.module.inspection.ShareProblemActivity"
            android:theme="@style/AppTheme.NoActionBar" />
        <activity android:name="cn.flightfeather.thirdappmodule.module.inspection.ShareProblemPreViewActivity"
            android:theme="@style/AppTheme.NoActionBar" />
        <activity android:name="cn.flightfeather.thirdappmodule.module.inspection.PicEvidenceActivity"
            android:theme="@style/AppTheme.NoActionBar" />
        <activity android:name="cn.flightfeather.thirdappmodule.module.common.CameraActivity"
            android:theme="@style/AppFullScreenTheme" />
        <activity android:name="cn.flightfeather.thirdappmodule.module.common.SearchActivity"
            android:theme="@style/AppTheme.NoActionBar" />
        <activity android:name="cn.flightfeather.thirdappmodule.module.common.PhotoViewerActivity2"
            android:theme="@style/AppTheme" />
        <activity android:name="cn.flightfeather.thirdappmodule.activity.TestActivity"
            android:theme="@style/AppTheme.NoActionBar" />
    </application>
</manifest>