Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bc4b778d authored by Abhishek Aggarwal's avatar Abhishek Aggarwal
Browse files

BlissLauncher: Rename privacycentral package to advancedprivacy

parent 267b85f7
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ import android.content.ComponentName

object DefaultWidgets {
    val ecloudWidget = ComponentName("foundation.e.drive", "foundation.e.drive.widgets.EDriveWidget")
    val privacyWidget = ComponentName("foundation.e.privacycentralapp.e", "foundation.e.privacycentralapp.Widget")
    val privacyWidget = ComponentName("foundation.e.advancedprivacy", "foundation.e.privacycentralapp.Widget")

    val widgets = setOf(ecloudWidget, privacyWidget)
}