[fenix] No issue: don't export OssLicense*Activity. (https://github.com/mozilla-mobile/fenix/pull/7909)

afaik, these Activities are only intended to be shown internally and
have no reason to be accessible to other apps on the system.
pull/600/head
Michael Comella 5 years ago committed by liuche
parent 5fd6c7fd28
commit b92d567d49

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