Add link to website and open source licenses

This commit is contained in:
arkon
2020-04-18 22:24:55 -04:00
parent 0272907596
commit ca47446b46
5 changed files with 30 additions and 1 deletions

View File

@@ -119,6 +119,13 @@
android:name=".extension.util.ExtensionInstallActivity"
android:theme="@android:style/Theme.Translucent.NoTitleBar" />
<activity
android:name="com.google.android.gms.oss.licenses.OssLicensesMenuActivity"
android:theme="@style/Theme.MaterialComponents" />
<activity
android:name="com.google.android.gms.oss.licenses.OssLicensesActivity"
android:theme="@style/Theme.MaterialComponents" />
<provider
android:name="androidx.core.content.FileProvider"
android:authorities="${applicationId}.provider"