We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
<service android:name="com.shihoo.daemon.WatchDogService$WatchDogNotificationService" android:process=":watch"/> <activity android:name="com.shihoo.daemon.singlepixel.SinglePixelActivity" android:configChanges="keyboardHidden|orientation|screenSize|navigation|keyboard" android:excludeFromRecents="true" android:finishOnTaskLaunch="false" android:launchMode="singleInstance" android:theme="@style/SingleActivityStyle" android:process=":watch"/> <service android:name=".PlayMusicService" android:process=":watch"/>
The text was updated successfully, but these errors were encountered:
gradle会检查module或library中的manifest的相关信息,并将其合并到主程序的。
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: