| | |
| | | <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/file_paths" /> |
| | | </provider> |
| | | <!--极光推送--> |
| | | <provider android:name="Shared.Droid.JPush.HmsContentProvider" android:authorities="${applicationId}.hmspushprovider" android:exported="false"></provider> |
| | | <!-- Required SDK 核心功能--> |
| | | <!-- 可配置 android:process 参数将 PushService 放在其他进程中 --> |
| | | <service android:name="cn.jpush.android.service.PushService" android:enabled="true" android:exported="false"> |
| | |
| | | <category android:name="com.hdl.onpro" /> |
| | | </intent-filter> |
| | | </activity> |
| | | |
| | | |
| | | <!-- Required. For publish channel feature --> |
| | | <!-- JPUSH_CHANNEL 是为了方便开发者统计 APK 分发渠道。--> |
| | | <!-- 例如: --> |
| | |
| | | <meta-data android:name="JPUSH_CHANNEL" android:value="developer-default" /> |
| | | <!-- Required. AppKey copied from Portal --> |
| | | <meta-data android:name="JPUSH_APPKEY" android:value="cbd90743ac45cbca06c8118b" /> |
| | | |
| | | <meta-data android:name="XIAOMI_APPKEY" android:value="MI-5871892343860" /> |
| | | <meta-data android:name="XIAOMI_APPID" android:value="MI-2882303761518923860" /> |
| | | <meta-data android:name="OPPO_APPKEY" android:value="OP-e942dafe77cf4b9f868d5421d701655a" /> |
| | | <meta-data android:name="OPPO_APPID" android:value="OP-30619979" /> |
| | | <meta-data android:name="OPPO_APPSECRET" android:value="OP-11d511c42f654cafac99588322681003" /> |
| | | <!-- 极光推送结束 --> |
| | | </application> |
| | | </manifest> |