ICS 4.0.2에서 부팅 리시버가 먹통입니다..ㅜㅜ
다른 버전에서는 모두 정상 작동을 하는데요
겔럭시 넥서스에서만 이러네요 ;;ㅠ
아래와 같이 매니페스트에 리시버를 등록하고
해당 APP을 설치하고 바로 재부팅 하면
부팅 엑션이 안들어옵니다;
엡을 한번 실행하고 재부팅하면 액션이 오는데
깔자마자 재부팅하면 안오네요;
다른 폰에서는 엑션이 오는데 말이죠 ㅠㅠㅠ
해결할수 있는 방법이 없을까요?;; ㅠㅠ
고수님 도와주세요 ㅠㅠ
<receiver android:name=".UserInfoReceiver" android:enabled="true" android:exported="true">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />
<category android:name="android.intent.category.HOME" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.AIRPLANE_MODE" />
<category android:name="android.intent.category.HOME" />
</intent-filter>
</receiver>
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />




OS 3.1에서 새로 생긴 기능때문입니다.
Launch controls on stopped applications
http://developer.android.com/about/versions/android-3.1.html#launchcontrols
해결방법은.. ?? --