Fix new api usage

This commit is contained in:
世界
2026-05-19 18:31:20 +08:00
parent 772879ce9c
commit d8932aa83c
7 changed files with 43 additions and 9 deletions
+12
View File
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<lint>
<!--
Xposed/LSPosed code runs inside processes injected by the Xposed framework
(LSPosed requires Android 8.1+), not in the sfa app main process. Lint's
NewApi check based on the app's minSdk does not apply here.
-->
<issue id="NewApi">
<ignore path="src/main/java/io/nekohasekai/sfa/xposed" />
<ignore path="src/main/java/io/github/libxposed/service" />
</issue>
</lint>