diff options
| author | 2009-08-17 12:51:17 -0700 | |
|---|---|---|
| committer | 2009-08-17 12:51:17 -0700 | |
| commit | c678a93a73c83e841032874bee9c202936da73c0 (patch) | |
| tree | 9a29bd70c10903a871a97dd4d9e56d3ab756f9b6 | |
| parent | cfa419b754332e12f8cd45244c2f3bee9d6a74bb (diff) | |
Fix issue #2056585: applications can put phone in inconsistent state wrt airplane mode
| -rw-r--r-- | core/res/AndroidManifest.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 4558660899c8..cf2184ccf07c 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -49,7 +49,6 @@ <protected-broadcast android:name="android.intent.action.ACTION_SHUTDOWN" /> <protected-broadcast android:name="android.intent.action.DEVICE_STORAGE_LOW" /> <protected-broadcast android:name="android.intent.action.DEVICE_STORAGE_OK" /> - <protected-broadcast android:name="android.intent.action.AIRPLANE_MODE" /> <protected-broadcast android:name="android.intent.action.NEW_OUTGOING_CALL" /> <protected-broadcast android:name="android.intent.action.REBOOT" /> |