--- a/sample/src/main/AndroidManifest.xml Tue May 02 17:02:58 2023 -0400
+++ b/sample/src/main/AndroidManifest.xml Tue May 02 17:08:28 2023 -0400
@@ -42,6 +42,15 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
+
+ <activity android:name=".PrebuiltLicencesMaterial2Activity"
+ android:theme="@style/Theme.AppCompat.Light.NoActionBar"
+ android:exported="false" />
+
+ <activity android:name=".PrebuiltLicencesMaterial3Activity"
+ android:theme="@style/Theme.AppCompat.Light.NoActionBar"
+ android:exported="false" />
+
</application>
</manifest>
\ No newline at end of file