| | |
| | | android:name="com.secondworld.univeralsdk.MainActivity" |
| | | android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale|layoutDirection" |
| | | android:label="@string/app_name" |
| | | android:launchMode="singleTop" |
| | | android:screenOrientation="portrait"> |
| | | android:launchMode="singleTask" |
| | | android:screenOrientation="sensorLandscape"> |
| | | <intent-filter> |
| | | <action android:name="android.intent.action.MAIN" /> |
| | | |
| | |
| | | <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放在其他进程中 --> |