LSPosed/app/src/main
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
..
java/org/lsposed/manager Update xposed module metadata parsing (#558) 2021-05-09 17:01:00 +00:00
res Update zh-TW translation (#551) 2021-05-08 17:00:19 +08:00
AndroidManifest.xml [app] Added option to disable forced display of the application launcher icon on Android 10+ (#541) 2021-05-06 12:27:38 +00:00
ic_launcher-playstore.png Update icon and name 2021-01-25 21:05:40 +08:00