Fix lint errors

This commit is contained in:
世界
2025-12-25 17:54:55 +08:00
parent 2046c202f2
commit 3672bbb251
5 changed files with 20 additions and 5 deletions
+11
View File
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
<application>
<service
android:name=".vendor.RootPackageManagerService"
tools:node="remove" />
</application>
</manifest>