LSPosed/app
vvb2060 7a35906cb6
Update xposed module metadata parsing (#558)
* Stop read xposedmodule

Official documentation requires `xposedmodule` value is `true`, but in the previous implementation there was no judgment on what the value was, even if `false`. So, remove it and use `xposedminversion` to determine if the app is an xposed module.

* xposedscope supports string

```xml
<meta-data
    android:name="xposedscope"
    android:value="com.example.app1;com.example.app2" />
```
2021-05-09 17:01:00 +00:00
..
src/main Update xposed module metadata parsing (#558) 2021-05-09 17:01:00 +00:00
.gitignore first commit 2020-02-03 18:57:01 +08:00
build.gradle.kts [app] Update RikkaX material (#535) 2021-05-04 03:33:25 +00:00
proguard-rules.pro Refine gradle scripts (#492) 2021-04-18 01:35:55 +08:00