|
@@ -19,8 +19,14 @@
|
|
|
<uses-permission android:name="android.permission.BLUETOOTH" />
|
|
|
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
|
|
|
|
|
|
+ <uses-permission android:name="com.xplora.provider" />
|
|
|
+ <queries>
|
|
|
+ <package android:name="com.sikey.WatchContactProvider" />
|
|
|
+ <package android:name="com.sikey.WatchChatProvider" />
|
|
|
+ </queries>
|
|
|
|
|
|
<application
|
|
|
+ android:name=".VideoApplication"
|
|
|
android:allowBackup="true"
|
|
|
android:dataExtractionRules="@xml/data_extraction_rules"
|
|
|
android:fullBackupContent="@xml/backup_rules"
|
|
@@ -34,10 +40,10 @@
|
|
|
android:name=".activity.MainActivity"
|
|
|
android:exported="true"
|
|
|
android:configChanges="keyboardHidden|orientation|screenSize"
|
|
|
- android:launchMode="singleInstance">
|
|
|
+ >
|
|
|
<intent-filter>
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
- <category android:name="android.intent.category.LAUNCHER" />
|
|
|
+<!-- <category android:name="android.intent.category.LAUNCHER" />-->
|
|
|
</intent-filter>
|
|
|
</activity>
|
|
|
|