pref: 一键签到单独线程运行

This commit is contained in:
HuanChengFly 2021-08-19 16:59:39 +08:00
parent 9a26537f12
commit f9c43cc234
1 changed files with 6 additions and 1 deletions

View File

@ -130,6 +130,7 @@
android:windowSoftInputMode="adjustResize" />
<service
android:process=":oksign"
android:name=".services.OKSignService"
android:exported="false" />
@ -138,7 +139,11 @@
android:configChanges="screenSize|screenLayout|orientation|smallestScreenSize|keyboardHidden"
android:label="@string/title_history"
android:windowSoftInputMode="adjustResize" />
<activity android:name=".activities.OKSignActivity">
<activity
android:name=".activities.OKSignActivity"
android:excludeFromRecents="true"
android:exported="true">
<intent-filter>
<action android:name="com.huanchengfly.tieba.post.action.OKSIGN" />
</intent-filter>