12 lines
439 B
XML
12 lines
439 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<application>
|
|
<activity
|
|
android:name="com.google.android.gms.oss.licenses.OssLicensesMenuActivity"
|
|
android:theme="@style/Theme.OssLicenses" />
|
|
<activity
|
|
android:name="com.google.android.gms.oss.licenses.OssLicensesActivity"
|
|
android:theme="@style/Theme.OssLicenses" />
|
|
</application>
|
|
|
|
</manifest>
|