Commit 6ed4e319 authored by fallenstardust's avatar fallenstardust

移除360自更新

parent ea69fe88
......@@ -191,28 +191,6 @@
android:windowSoftInputMode="adjustResize|stateHidden" >
</activity>
<activity
android:name="com.qihoo.appstore.common.updatesdk.lib.UpdateTipDialogActivity"
android:configChanges="keyboardHidden|orientation|screenSize"
android:exported="false"
android:screenOrientation="portrait"
android:theme="@android:style/Theme.Translucent.NoTitleBar"/>
<service
android:name="com.qihoo.appstore.updatelib.CheckUpdateService"
android:exported="false" />
<provider
android:name="com.qihoo.appstore.updatelib.UpdateProvider"
android:authorities="cn.garymb.ygomobile"
android:grantUriPermissions="true"
android:exported="false">
<meta-data
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/update_apk_path" />
</provider>
</application>
</manifest>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<paths xmlns:android="http://schemas.android.com/apk/res/android">
<cache-path name="qihoo_update" path="360Download/"/>
</paths>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment