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 e307afa commit a4c3322Copy full SHA for a4c3322
AndroidManifest.xml
@@ -135,15 +135,8 @@
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" />
147
<service android:name=".service.UpdaterService" />
148
149
<provider android:name=".provider.PermissionsProvider"
0 commit comments