Skip to content

Commit

Permalink
Widget disabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
surinder-tsys committed Aug 5, 2024
1 parent cf222d4 commit f457a5c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@
android:exported="false" />
<activity
android:name="com.nextcloud.client.widget.DashboardWidgetConfigurationActivity"
android:enabled="false"
android:exported="false">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_CONFIGURE" />
Expand All @@ -207,6 +208,7 @@
android:exported="false" />
<receiver
android:name="com.nextcloud.client.widget.DashboardWidgetProvider"
android:enabled="false"
android:exported="false">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
Expand Down Expand Up @@ -303,6 +305,7 @@
<service
android:name="com.nextcloud.client.widget.DashboardWidgetService"
android:exported="true"
android:enabled="false"
android:permission="android.permission.BIND_REMOTEVIEWS" />

<provider
Expand Down

0 comments on commit f457a5c

Please sign in to comment.