pref: 一键签到单独线程运行
This commit is contained in:
parent
9a26537f12
commit
f9c43cc234
|
|
@ -130,6 +130,7 @@
|
||||||
android:windowSoftInputMode="adjustResize" />
|
android:windowSoftInputMode="adjustResize" />
|
||||||
|
|
||||||
<service
|
<service
|
||||||
|
android:process=":oksign"
|
||||||
android:name=".services.OKSignService"
|
android:name=".services.OKSignService"
|
||||||
android:exported="false" />
|
android:exported="false" />
|
||||||
|
|
||||||
|
|
@ -138,7 +139,11 @@
|
||||||
android:configChanges="screenSize|screenLayout|orientation|smallestScreenSize|keyboardHidden"
|
android:configChanges="screenSize|screenLayout|orientation|smallestScreenSize|keyboardHidden"
|
||||||
android:label="@string/title_history"
|
android:label="@string/title_history"
|
||||||
android:windowSoftInputMode="adjustResize" />
|
android:windowSoftInputMode="adjustResize" />
|
||||||
<activity android:name=".activities.OKSignActivity">
|
|
||||||
|
<activity
|
||||||
|
android:name=".activities.OKSignActivity"
|
||||||
|
android:excludeFromRecents="true"
|
||||||
|
android:exported="true">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="com.huanchengfly.tieba.post.action.OKSIGN" />
|
<action android:name="com.huanchengfly.tieba.post.action.OKSIGN" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue