Skip to content

Commit

Permalink
chore: unimplemented widget
Browse files Browse the repository at this point in the history
  • Loading branch information
minux-lee committed Nov 23, 2024
1 parent 30e1385 commit 8e6baea
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
<uses-permission
android:name="android.permission.WRITE_EXTERNAL_STORAGE"
android:maxSdkVersion="28" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />

<application
Expand All @@ -32,17 +31,17 @@
android:name="android.appwidget.provider"
android:resource="@xml/timetable_widget_info" />
</receiver>
<receiver
android:name=".NextLectureWidget"
android:exported="false">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
</intent-filter>
<!-- <receiver-->
<!-- android:name=".NextLectureWidget"-->
<!-- android:exported="false">-->
<!-- <intent-filter>-->
<!-- <action android:name="android.appwidget.action.APPWIDGET_UPDATE" />-->
<!-- </intent-filter>-->

<meta-data
android:name="android.appwidget.provider"
android:resource="@xml/next_lecture_widget_info" />
</receiver>
<!-- <meta-data-->
<!-- android:name="android.appwidget.provider"-->
<!-- android:resource="@xml/next_lecture_widget_info" />-->
<!-- </receiver>-->

<activity
android:name=".MainActivity"
Expand Down

0 comments on commit 8e6baea

Please sign in to comment.