'2022/03/02'에 해당되는 글 2건

  1. 2022.03.02 잘가 내 위키 3
  2. 2022.03.02 안드로이드 앱 자동 실행 설정

한 4년 유지한 것 같은데 재미도 없고 해서 일단 날리는 걸로.

아쉬우면.. 잘 돌아갈진 모르겠지만 라즈베리 3에다가 apache+php+mariadb 해서 돌리면 되니까..

 

'개소리 왈왈 > 블로그' 카테고리의 다른 글

해피빈 기부  (0) 2022.04.25
한달치 글 정리  (0) 2022.03.12
홈페이지 호스팅.. 버릴까  (0) 2022.02.27
기부 시즌  (0) 2022.01.21
해피빈 기부  (0) 2021.09.26
Posted by 구차니
Programming/android2022. 3. 2. 13:35

 

RECEIVE_BOOT_COMPLETED
Added in API level 1

public static final String RECEIVE_BOOT_COMPLETED
Allows an application to receive the Intent.ACTION_BOOT_COMPLETED that is broadcast after the system finishes booting. If you don't request this permission, you will not receive the broadcast at that time. Though holding this permission does not have any security implications, it can have a negative impact on the user experience by increasing the amount of time it takes the system to start and allowing applications to have themselves running without the user being aware of them. As such, you must explicitly declare your use of this facility to make that visible to the user.

Protection level: normal

Constant Value: "android.permission.RECEIVE_BOOT_COMPLETED"

[링크 : https://developer.android.com/reference/android/Manifest.permission#RECEIVE_BOOT_COMPLETED]

[링크 : https://joyfulhome.tistory.com/108]

[링크 : https://heisanbug.tistory.com/5]

'Programming > android' 카테고리의 다른 글

android hdmi rotate  (4) 2022.05.12
안드로이드 강제 종료  (0) 2022.03.11
안드로이드 system.img 마운트 하기  (0) 2022.02.18
안드로이드 64bit 지원  (0) 2021.07.27
핸드폰으로 만든 앱 올리기  (0) 2020.06.17
Posted by 구차니