File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 242242 </intent-filter >
243243 </service >
244244
245- <!--
246- ackpine's libsu RootService. The AAR ships the class but (by libsu's design)
247- leaves the <service> declaration to the consuming app — without it ackpine can't
248- bind the root proxy, so root installs silently fall back to the system
249- PackageInstaller (showing the confirm dialog instead of installing silently). #82
250- -->
251- <service
252- android : name =" ru.solrudev.ackpine.libsu.RootProxyService"
253- android : exported =" false"
254- tools : ignore =" Instantiatable" />
255245
256- <!--
257- Our own libsu RootService (UID-0 IPC for hidden IPackageManager — set-default-installer).
258- libsu's RootService.bind() instantiates this in a root process; it must be declared
259- here or the bind silently fails.
260- -->
261- <service
262- android : name =" .privileged.PrivilegedRootService"
263- android : exported =" false"
264- tools : ignore =" Instantiatable" />
265246
266247 <provider
267248 android : name =" androidx.core.content.FileProvider"
You can’t perform that action at this time.
0 commit comments