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.
fennec/nightly
Michael Comella 4 years ago committed by liuche
parent 2b2ea9eb5e
commit fe105729ad

@ -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

Loading…
Cancel
Save