본문 바로가기

Programming/Android

Intent 보내기 제한 (restriction) of Android




 /android/frameworks/base/core/res/AndroidManifest.xml 

 

72    <protected-broadcast android:name="android.intent.action.DEVICE_STORAGE_OK" />

73    <protected-broadcast android:name="android.intent.action.DEVICE_STORAGE_FULL" />



protected-broadcast 로 속성을 주면 system process 만 이 intent 를 보낼 수 있음

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

Sticky broadcast intent  (0) 2017.10.16
Android uid 위치 (linux에서의 /etc/passwd 대신)  (0) 2017.07.15
What is onPreExecute, doInBackground, onPostExecute  (0) 2016.11.02
adb unauthorized issue  (0) 2016.07.21
com.android.internal ...  (0) 2016.03.16