| | |
| | | tools:ignore="GoogleAppIndexingWarning, LockedOrientationActivity" |
| | | tools:targetApi="n"> |
| | | <!-- 调试版高德地图Key,根据开发电脑不同可能有所改变 --> |
| | | <meta-data |
| | | android:name="com.amap.api.v2.apikey" |
| | | android:value="bf77391d8502be39f44c93b1f233ca91" /> <!-- android:value="5639b2f9853e650f74b874b5f98fc4ba" /> --> |
| | | <!-- android:value="5639b2f9853e650f74b874b5f98fc4ba" /> --> |
| | | <!-- android:value="0d875b71afa9e207e64cc6a0ee9fbda8" /> --> |
| | | <!-- android:value="5639b2f9853e650f74b874b5f98fc4ba" linli --> |
| | | <!-- android:value="0d875b71afa9e207e64cc6a0ee9fbda8" 服务端 --> |
| | |
| | | </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:name="cn.flightfeather.thirdappmodule.activity.NewMonthTaskActivity" |
| | | android:screenOrientation="portrait" |
| | | android:theme="@style/AppTheme.NoActionBar" /> |
| | | <activity |
| | | android:name="cn.flightfeather.thirdappmodule.activity.SplashActivity" |
| | | android:configChanges="keyboardHidden|orientation|screenSize" |
| | | android:theme="@style/splashTheme"> |
| | | <intent-filter> |
| | | <action android:name="android.intent.action.MAIN" /> |
| | | |
| | | <category android:name="android.intent.category.LAUNCHER" /> |
| | | </intent-filter> |
| | | </activity> <!-- <activity --> |
| | | <!-- android:name=".activity.MonitorObjectVersionMap" --> |
| | | <!-- android:theme="@style/AppTheme.NoActionBar" /> --> |
| | | <activity |
| | | android:name="cn.flightfeather.thirdappmodule.activity.PhotoViewerActivity" |
| | | android:screenOrientation="portrait" |
| | |
| | | android:screenOrientation="portrait" |
| | | android:theme="@style/AppTheme.NoActionBar" /> |
| | | <activity |
| | | android:name="cn.flightfeather.thirdappmodule.dataanalysis.AnalysisTabActivity" |
| | | android:name="cn.flightfeather.thirdappmodule.module.dataanalysis.AnalysisTabActivity" |
| | | android:screenOrientation="portrait" |
| | | android:theme="@style/AppTheme.NoActionBar" /> |
| | | <activity |
| | | android:name="cn.flightfeather.thirdappmodule.dataanalysis.rank.AnalysisRankActivity" |
| | | android:name="cn.flightfeather.thirdappmodule.module.dataanalysis.rank.AnalysisRankActivity" |
| | | android:screenOrientation="portrait" |
| | | android:theme="@style/AppTheme.NoActionBar" /> |
| | | <activity |
| | |
| | | android:name="cn.flightfeather.thirdappmodule.module.common.OfficeFileManageActivity" |
| | | android:theme="@style/AppTheme.NoActionBar" /> |
| | | <activity |
| | | android:name=".module.common.MapLocationActivity" |
| | | android:theme="@style/AppTheme.NoActionBar" /> |
| | | <activity |
| | | android:name="cn.flightfeather.thirdappmodule.module.inspection.MenuGradeActivity" |
| | | android:screenOrientation="portrait" |
| | | android:theme="@style/AppTheme"/> |
| | |
| | | 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> |