| | |
| | | </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"> <!– 为保证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>--> |
| | | |
| | | |
| | | <activity |
| | |
| | | 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" |