lingochamp / lingochamp/FileDownloader
红米的android 13部分手机会出现SecurityException
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 11.1k
- Forks
- 2.2k
- PR merge metrics
- No merged PRs in 30d
Description
java.lang.SecurityException: Unable to start service Intent { cmp=com.ld.phonestore/com.liulishuo.filedownloader.services.FileDownloadService$SeparateProcessService (has extras) }: Unable to launch app com.ld.phonestore/10239 for service Intent { cmp=com.ld.phonestore/com.liulishuo.filedownloader.services.FileDownloadService$SeparateProcessService }: process is bad
at android.app.ContextImpl.startServiceCommon(ContextImpl.java:1916)
at android.app.ContextImpl.startForegroundService(ContextImpl.java:1880)
at android.content.ContextWrapper.startForegroundService(ContextWrapper.java:832)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Begin with the stack trace at ContextImpl.startForegroundService and investigate FileDownloadService$SeparateProcessService on Redmi devices running Android 13. Reproduce the failure and compare service-launch behavior; done means the separate-process service starts without this SecurityException on affected devices.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100