mirror of
https://github.com/LSPosed/LSPlant.git
synced 2025-05-06 06:26:39 +08:00
9 lines
271 B
XML
9 lines
271 B
XML
|
<?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
|
||
|
android:label="LSPlant"
|
||
|
tools:ignore="MissingApplicationIcon" />
|
||
|
</manifest>
|