Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

请求添加功能:隐藏后台 #66

Open
Xunxue-Mengqi opened this issue Sep 4, 2023 · 1 comment
Open

请求添加功能:隐藏后台 #66

Xunxue-Mengqi opened this issue Sep 4, 2023 · 1 comment

Comments

@Xunxue-Mengqi
Copy link

请求像李跳跳那样子,添加一个功能:隐藏后台

因为在安卓里面,如果不隐藏后台,很容易让本APP随着其他APP一起关掉

请求开发者添加这个功能

@1145046505
Copy link

<activity android:name=".MainActivity" android:excludeFromRecents="true" android:label="@string/app_name"> <intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LAUNCHER" /> </intent-filter> </activity>

自己编译

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants