sample/src/main/AndroidManifest.xml
changeset 18 ac393491d2eb
parent 15 4e26459b4642
child 34 ce299aacc068
--- 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