selfstarter

Unable to start service Intent not found 본문

App/Android

Unable to start service Intent not found

selfstarter 2020. 10. 26. 19:05

Unable to start service Intent  not found

Intent intent2 = new Intent(context, MyService.class);
intent2.setAction(intent.getAction());
intent2.setPackage(context.getPackageName());

'App > Android' 카테고리의 다른 글

not allowed to perform MOCK_LOCATION  (0) 2020.10.05
Android Apk 이름 변경하기  (0) 2020.09.29
release Apk unsigned 가 붙을 경우  (0) 2020.09.29
Multiple flavorDimensions 정리  (0) 2020.09.28
permission denied for window type 2038  (0) 2020.09.07
Comments