* 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" />
```
|
||
|---|---|---|
| .. | ||
| java/org/lsposed/manager | ||
| res | ||
| AndroidManifest.xml | ||
| ic_launcher-playstore.png | ||