1
0
Fork 0

No issue: don't export OssLicense*Activity. (#7909)

afaik, these Activities are only intended to be shown internally and
have no reason to be accessible to other apps on the system.
master
Michael Comella 2020-01-24 17:41:23 -08:00 committed by liuche
parent 2b2ea9eb5e
commit fe105729ad
1 changed files with 2 additions and 0 deletions

View File

@ -192,9 +192,11 @@
android:exported="false" />
<activity android:name="com.google.android.gms.oss.licenses.OssLicensesMenuActivity"
android:exported="false"
android:theme="@style/Theme.AppCompat.DayNight.DarkActionBar"/>
<activity android:name="com.google.android.gms.oss.licenses.OssLicensesActivity"
android:exported="false"
android:theme="@style/Theme.AppCompat.DayNight.DarkActionBar"/>
<service