Skip to content

Commit

Permalink
Fix FC on boot when instantiating a removed receiver
Browse files Browse the repository at this point in the history
Change-Id: Ifb4efbb55ecd68bfb03d5357c0bbba7d21504dca
  • Loading branch information
MongooseHelix committed Jul 25, 2012
1 parent 4292c0a commit a8eb1d0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,6 @@
<data android:scheme="package" />
</intent-filter>
</receiver>
<receiver android:name="UpdatePermissionsReceiver">
<intent-filter>
<action android:name="com.noshufou.android.su.UPDATE_PERMISSIONS" />
<action android:name="android.intent.action.BOOT_COMPLETED" />
</intent-filter>
</receiver>

<service android:name=".service.ResultService" />
<service android:name=".service.PermissionsDbService" />
Expand Down

0 comments on commit a8eb1d0

Please sign in to comment.