Add open-source notices

This commit is contained in:
Patryk Michalik
2021-03-22 19:05:52 +01:00
parent 32c5e8bd64
commit 4b1884816c
5 changed files with 62 additions and 1 deletions

View File

@@ -194,5 +194,13 @@
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
<activity
android:name="com.google.android.gms.oss.licenses.OssLicensesMenuActivity"
android:theme="@style/Theme.AppCompat.DayNight" />
<activity
android:name="com.google.android.gms.oss.licenses.OssLicensesActivity"
android:theme="@style/Theme.AppCompat.DayNight" />
</application>
</manifest>