~~~
<?xml version="1.0" encoding="utf-8"?>
<manifest>
<uses-permission />
<application>
<activity>
</activity>
<service>
<intent-filter> . . . </intent-filter>
<meta-data/>
</service>
<receiver>
<intent-filter> . . . </intent-filter>
<meta-data />
</receiver>
<provider>
<grant-uri-permission />
<meta-data />
<path-permission />
</provider>
</application>
</manifest>
~~~
AndroidManifest.xml:
https://developer.android.google.cn/guide/topics/manifest/manifest-intro.html