We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4292c0a commit a8eb1d0Copy full SHA for a8eb1d0
AndroidManifest.xml
@@ -135,12 +135,6 @@
135
<data android:scheme="package" />
136
</intent-filter>
137
</receiver>
138
- <receiver android:name="UpdatePermissionsReceiver">
139
- <intent-filter>
140
- <action android:name="com.noshufou.android.su.UPDATE_PERMISSIONS" />
141
- <action android:name="android.intent.action.BOOT_COMPLETED" />
142
- </intent-filter>
143
- </receiver>
144
145
<service android:name=".service.ResultService" />
146
<service android:name=".service.PermissionsDbService" />
0 commit comments