Remove room deps to avoid error

Update strings based on feedback

Ignore android manifest from kotlin module
This commit is contained in:
deeppandya
2023-03-26 15:25:02 +05:30
parent 8c5c604608
commit a67363cf49
5 changed files with 17 additions and 9 deletions
+8
View File
@@ -213,6 +213,14 @@
</intent-filter>
</service>
<activity
android:name="com.brave.playlist.activity.PlaylistMenuOnboardingActivity"
android:exported="false"
android:launchMode="singleTask"
android:theme="@style/Theme.Chromium.Activity.Fullscreen" />
<service android:name="com.brave.playlist.PlaylistVideoService"
android:exported="false"/>
<!-- This activity is used for search provider widget -->
<activity android:name="org.chromium.chrome.browser.searchwidget.SearchWidgetProviderActivity"
android:theme="@style/Theme.Chromium.SearchActivity"