프로그래밍/Exception Solution

Android Programming : Caused by: java.lang.IllegalStateException: Not allowed to start service Intent : app is in background uid UidRecord{72d8d10 u0a147 TRNB idle procs:1 seq(0,0,0)}

정다실버 2020. 5. 15. 19:25

Caused by: java.lang.IllegalStateException: Not allowed to start service Intent : app is in background uid UidRecord{72d8d10 u0a147 TRNB idle procs:1 seq(0,0,0)}

 

환경 : 앱이 종료된 상태에서 이벤트를 실행

오류 원인 : Android O 버전 이상에서의 백그라운드 실행 거부

해결방안 : https://deje0ng.tistory.com/51