Caused by: java.lang.SecurityException: Permission Denial: startForeground from pid=6412, uid=10599 requires android.permission.FOREGROUND_SERVICE
2019-04-06 23:57:25.081 6412-6419/? E/eusingvibratio: Failed to send DDMS packet REAQ to debugger (-1 of 20): Broken pipe 2019-04-06 23:57:34.693 6412-6412/ddolcatmaster.bodymassageusingvibration E/AndroidRuntime: FATAL EXCEPTION: main Process: ddolcatmaster.bodymassageusingvibration, PID: 6412 java.lang.RuntimeException: Unable to create service ddolcatmaster.bodymassageusingvibration.BatteryNotificationService: java.lang.SecurityException: Permission Denial: startForeground from pid=6412, uid=10599 requires android.permission.FOREGROUND_SERVICE at android.app.ActivityThread.handleCreateService(ActivityThread.java:3587) at android.app.ActivityThread.access$1300(ActivityThread.java:204) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1674) at android.os.Handler.dispatchMessage(Handler.java:106) at android.os.Looper.loop(Looper.java:193) at android.app.ActivityThread.main(ActivityThread.java:6853) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:860) Caused by: java.lang.SecurityException: Permission Denial: startForeground from pid=6412, uid=10599 requires android.permission.FOREGROUND_SERVICE at android.os.Parcel.createException(Parcel.java:1950) at android.os.Parcel.readException(Parcel.java:1918) at android.os.Parcel.readException(Parcel.java:1868) at android.app.IActivityManager$Stub$Proxy.setServiceForeground(IActivityManager.java:5080) at android.app.Service.startForeground(Service.java:695) at ddolcatmaster.bodymassageusingvibration.BatteryNotificationService.onCreate(BatteryNotificationService.java:34) at android.app.ActivityThread.handleCreateService(ActivityThread.java:3575) at android.app.ActivityThread.access$1300(ActivityThread.java:204) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1674) at android.os.Handler.dispatchMessage(Handler.java:106) at android.os.Looper.loop(Looper.java:193) ...
“부자연스러운 방식으로 광고에 대한 관심 유도” AdMob 광고 정책 위반 처리 기록을 남긴다.
구글 AdMob으로 부터 메일이 한 통을 받았다. 메일제목은 무서웠다. “Google AdMob: 즉각적인 광고 게재 중단을 방지하기 위한 조치 필요” 이 메일은 대부분 구글플레이 마켓에서 앱이...
[안드로이드 7] RemoteServiceException: Bad notification posted from …… : Couldn’t expand RemoteViews for: StatusBarNotification 왜왜왜?
안드로이드 7 운영체제가 설치된 휴대폰에서 발생하는 오류이다. Fatal Exception: android.app.RemoteServiceException: Bad notification posted from package com.app.test: Couldn’t expand RemoteViews for: StatusBarNotification(pkg=com.app.test user=UserHandle{0} id=1007 tag=null key=0|com.app.test|1007|null|10243: Notification(pri=0 contentView=com.app.test/0x7f0b0032...
안드로이드 빌드시 unexpected element found in 오류가 발생할 때 처리방법
안드로이드 스튜디오에서 프로젝트 빌드하는 과정에 발생한 오류입니다. error:unexpected element <queries> found in <manifest> 이 오류가 발생한 이유는 manifest에서 queries 엘리먼트가 보이지 않지만 빌드하는 과정에 생성되었기...
[구글정책변경] targetSdkVersion을 29로 설정해야한다.
Google Play 및 Android 관련 기한 안내 GCMNetworkManager: • 2020년 4월: FirebaseJobDispatcher 라이브러리가 보관처리되며 지원이 중단될 예정입니다. • 2020년 11월: GCMNetworkManager 라이브러리에 더 이상 새로운...
구글 애드몹(Admob) 커뮤니티 개발자 포럼을 오픈했네요. 한국어를 지원합니다.
앱 개발자 여러분의 궁금증을 해소할 수 있는 커뮤니티가 될지는 조금 두고 봐야할 것 같아요. 아래 링크는 최근 260개의 링크글 리스트입니다. Google AdMob 커뮤니티 둘러보기...
4개월만에 찾아온 시련!! 앱이 Google Play 정책을 준수하지 않음
앱이 구글플레이 스토어에서 삭제되었다는 메일을 받았습니다. 4개월 전에 찾아왔던 동일한 문제로 또 다른 앱에서 찾아왔네요. 그래서 그런걸까요? 언제부터인지 하루하루가 불안합니다. 이메일 알림 소리만 들으면 걱정부터...
[AndroidStudio 3.6.1][해결완료]Expecting ‘android:screenOrientation=’unspecified’ or ‘fullSensor’ for this activity 오류처리(Activity is locked to an orientation)
안드로이드 스튜디오를 3.6.1로 버전 업데이트 후 AndoridManifest.xml 파일 정보에 화면 회전 관련하여 빨간줄이 생겨났다. 빨간줄은 싫다. 언제부터인가 거부감이 생겼다. 개발자라서 그런가?? 기존에 설정된 portrait를 “fullSensor”로...
[안드로이드] 구구단 프로그램 만들기(코드 포함)
아주 간단하게 구구단 프로그램을 만들어 보자.. activity_main.xml——————————————————–<?xml version=”1.0″ encoding=”utf-8″?><RelativeLayout xmlns:android=”http://schemas.android.com/apk/res/android“ android:layout_width=”match_parent” android:layout_height=”match_parent”> <LinearLayout android:layout_width=”match_parent” android:layout_height=”wrap_content” android:layout_marginStart=”10dp” android:layout_marginEnd=”10dp” android:layout_marginTop=”20dp” android:layout_marginBottom=”10dp” android:gravity=”center” android:orientation=”vertical”> <TextView android:id=”@+id/text_view” android:layout_width=”match_parent” android:layout_height=”match_parent”...
Fatal Exception: java.lang.RuntimeException: android.os.DeadSystemException이 발생하는 이유
Fatal Exception: java.lang.RuntimeException: android.os.DeadSystemException이 발생하는 이유는 무엇인가? Fatal Exception: java.lang.RuntimeException: android.os.DeadSystemException at android.app.ActivityThread.handleSleeping + 4433(ActivityThread.java:4433) at android.app.ActivityThread.-wrap24(ActivityThread.java) at android.app.ActivityThread$H.handleMessage + 1918(ActivityThread.java:1918) at android.os.Handler.dispatchMessage + 106(Handler.java:106)...