Is there an existing issue for this?
Describe the problem
Now we depend on com.google.android.gms:play-services-oss-licenses to generate the license page, which is not configuration cache compatible and relies on AppCompat themes. We can migrate to Licensee instead, which will eliminate AppCompat libs and significantly decrease the app size.
|
<activity |
|
android:name="com.google.android.gms.oss.licenses.OssLicensesMenuActivity" |
|
android:theme="@style/Theme.AppCompat" /> |
|
|
|
<activity |
|
android:name="com.google.android.gms.oss.licenses.OssLicensesActivity" |
|
android:theme="@style/Theme.AppCompat" /> |
Describe the solution
Refs
Additional context
No response
Is there an existing issue for this?
Describe the problem
Now we depend on
com.google.android.gms:play-services-oss-licensesto generate the license page, which is not configuration cache compatible and relies onAppCompatthemes. We can migrate to Licensee instead, which will eliminateAppCompatlibs and significantly decrease the app size.blocker/feature/settings/src/main/AndroidManifest.xml
Lines 21 to 27 in 86677b5
Describe the solution
Refs
Additional context
No response