Skip to content

Commit 2fd5459

Browse files
committed
fix: remove RootService declarations from AndroidManifest.xml
1 parent 1609d54 commit 2fd5459

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -242,26 +242,7 @@
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"

0 commit comments

Comments
 (0)