у меня вопрос из любопытства. Я видел разрешение тега в Android манифесте. Для чего оно используется?
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
**android:permission=""**
android:theme="@style/AppTheme">