| | |
| | | <uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES"/> |
| | | <permission android:name="android.permission.INTERACT_ACROSS_USERS_FULL" android:protectionLevel="signature"/> |
| | | <!-- Required --> |
| | | <permission android:name="${appId}.permission.JPUSH_MESSAGE" android:protectionLevel="signature" /> |
| | | <permission android:name="${appId}.permission.JPUSH_MESSAGE" /> |
| | | <uses-permission android:name="${appId}.permission.JPUSH_MESSAGE" /> |
| | | <uses-permission android:name="android.permission.RECEIVE_USER_PRESENT" /> |
| | | <uses-permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" /> |
| | | |
| | | <application |
| | | android:allowBackup="true" |
| | | android:icon="@drawable/app_icon" |
| | | android:hardwareAccelerated="false" |
| | | android:isGame="true" |
| | | android:label="@string/app_name" |
| | |
| | | |
| | | <meta-data |
| | | android:name="yl_appid" |
| | | android:value="226114725" /> |
| | | android:value="${FreeSDK_AppID}" /> |
| | | <meta-data |
| | | android:name="yl_channelid" |
| | | android:value="1000" /> |
| | | android:value="${FreeSDK_ChanelID}" /> |
| | | <meta-data |
| | | android:name="yl_platform_id" |
| | | android:value="1000" /> |
| | | android:value="${FreeSDK_PlatformID}" /> |
| | | |
| | | <meta-data |
| | | android:name="TrackAppID" |
| | |
| | | <meta-data |
| | | android:name="TrackChannelID" |
| | | android:value="${TrackChannelID}" /> |
| | | |
| | | <!-- 今日头条相关配置 --> |
| | | <meta-data |
| | | android:name="TouTiao_AppName" |
| | | android:value="${TT_AppName}" /> |
| | | <meta-data |
| | | android:name="TouTiao_AppID" |
| | | android:value="${TT_AppID}" /> |
| | | <meta-data |
| | | android:name="TouTiao_Chanel" |
| | | android:value="${TT_Chanel}" /> |
| | | |
| | | <!-- Required SDK 核心功能--> |
| | | <!-- 可配置android:process参数将PushService放在其他进程中 --> |
| | |
| | | <!-- Required. AppKey copied from Portal --> |
| | | <meta-data |
| | | android:name="JPUSH_APPKEY" |
| | | android:value="22186239fee975f883198cf4" /> |
| | | android:value="${JpushAppKey}" /> |
| | | |
| | | </application> |
| | | |