Skip to content

Commit

Permalink
Added widget service
Browse files Browse the repository at this point in the history
  • Loading branch information
Divak2004 committed Dec 8, 2024
1 parent 5732ccd commit c6e11db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PennMobile/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@
</activity>
<service android:name=".dining.widget.DiningHallWidgetAdapter"
android:permission="android.permission.BIND_REMOTEVIEWS" />
<service android:name=".gsr.widget.GsrReservationsWidgetAdapter"
android:permission="android.permission.BIND_REMOTEVIEWS" />

<meta-data
android:name="com.google.android.gms.version"
Expand Down

0 comments on commit c6e11db

Please sign in to comment.