Programming/Android

Intent 보내기 제한 (restriction) of Android

decdream 2017. 6. 26. 17:04




 /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 를 보낼 수 있음