| | |
| | | |
| | | <activity |
| | | android:name="com.weikou.beibeivideo.ui.SplashActivity" |
| | | android:exported="true" |
| | | android:label="@string/app_name"> |
| | | <intent-filter> |
| | | <action android:name="android.intent.action.MAIN" /> |
| | |
| | | </activity> |
| | | <activity |
| | | android:name="com.weikou.beibeivideo.ui.main.MainActivity" |
| | | android:exported="true" |
| | | android:label="@string/app_name" |
| | | android:launchMode="singleTask" |
| | | android:theme="@style/AppTabTheme3"></activity> |
| | |
| | | |
| | | <provider |
| | | android:name="com.weikou.beibeivideo.db.WatchHistoryProvider" |
| | | android:authorities="com.yeshi.ddysvideo.provider.watchhistory" |
| | | android:exported="false" /> |
| | | android:authorities="com.yeshi.ddysvideo.provider.watchhistory" /> |
| | | <provider |
| | | android:name="com.weikou.beibeivideo.db.DownloadProvider" |
| | | android:authorities="com.yeshi.ddysvideo.provider.download" |
| | | android:exported="false" /> |
| | | android:authorities="com.yeshi.ddysvideo.provider.download" /> |
| | | <provider |
| | | android:name="com.weikou.beibeivideo.db.MessageProvider" |
| | | android:authorities="com.yeshi.ddysvideo.provider.message" |
| | | android:exported="false" /> |
| | | android:authorities="com.yeshi.ddysvideo.provider.message" /> |
| | | <provider |
| | | android:name="com.mozillaonline.providers.downloads.DownloadProvider" |
| | | android:authorities="com.ddysvideo.downloads" |
| | | android:exported="false" /> |
| | | android:authorities="com.ddysvideo.downloads" /> |
| | | |
| | | <!--百度内容联盟 --> |
| | | <provider |
| | |
| | | <!-- 网盟广告 --> |
| | | <provider |
| | | android:name="com.bytedance.sdk.openadsdk.multipro.TTMultiProvider" |
| | | android:authorities="com.doudou.ysvideo.TTMultiProvider" |
| | | android:exported="false" /> |
| | | android:authorities="com.doudou.ysvideo.TTMultiProvider" /> |
| | | |
| | | <!--新浪 --> |
| | | <activity |
| | |
| | | android:name="push_kit_auto_init_enabled" |
| | | android:value="true" /> |
| | | <!-- 华为推送服务注册 --> |
| | | <service |
| | | android:name=".service.HWPushService" |
| | | android:exported="false"> |
| | | <service android:name=".service.HWPushService"> |
| | | <intent-filter> |
| | | <action android:name="com.huawei.push.action.MESSAGING_EVENT" /> |
| | | </intent-filter> |
| | |
| | | |
| | | |
| | | <!-- VIVO推送 --> |
| | | <receiver |
| | | android:name=".receiver.VIVOPushMessageReceiver" |
| | | android:exported="false"> |
| | | <receiver android:name=".receiver.VIVOPushMessageReceiver"> |
| | | <intent-filter> |
| | | <!--接收push消息--> |
| | | <action android:name="com.vivo.pushclient.action.RECEIVE" /> |