<attribution>

syntax:
<attribution android:tag="string"
             android:label="string resource">
    ...
</attribution>
contained in:
<manifest>
description:
If you develop a multi-purpose app, you can apply this tag to each part of your app when you audit its data access. This helps you trace data access back to logical parts of your code.
attributes:
android:tag
A literal string that serves as a label for a particular capability of your app.
android:label
A string resource that describes a particular capability of your app.
introduced in:
API level 31