We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6e46c1 commit 9c1c6d0Copy full SHA for 9c1c6d0
app/src/main/java/com/duckduckgo/widget/FavoritesWidgetItemFactory.kt
@@ -16,6 +16,7 @@
16
17
package com.duckduckgo.widget
18
19
+import android.annotation.SuppressLint
20
import android.appwidget.AppWidgetManager
21
import android.content.Context
22
import android.content.Intent
@@ -41,6 +42,7 @@ import logcat.logcat
41
42
import javax.inject.Inject
43
import com.duckduckgo.mobile.android.R as CommonR
44
45
+@SuppressLint("DenyListedApi")
46
class FavoritesWidgetItemFactory(
47
val context: Context,
48
intent: Intent,
0 commit comments