File tree Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change 12
12
<uses-permission
13
13
android : name =" android.permission.WRITE_EXTERNAL_STORAGE"
14
14
android : maxSdkVersion =" 28" />
15
- <uses-permission android : name =" android.permission.READ_EXTERNAL_STORAGE" />
16
15
<uses-permission android : name =" android.permission.POST_NOTIFICATIONS" />
17
16
18
17
<application
32
31
android : name =" android.appwidget.provider"
33
32
android : resource =" @xml/timetable_widget_info" />
34
33
</receiver >
35
- <receiver
36
- android : name =" .NextLectureWidget"
37
- android : exported =" false" >
38
- <intent-filter >
39
- <action android : name =" android.appwidget.action.APPWIDGET_UPDATE" />
40
- </intent-filter >
34
+ <!-- <receiver-->
35
+ <!-- android:name=".NextLectureWidget"-->
36
+ <!-- android:exported="false"> -- >
37
+ <!-- <intent-filter> -- >
38
+ <!-- <action android:name="android.appwidget.action.APPWIDGET_UPDATE" /> -- >
39
+ <!-- </intent-filter> -- >
41
40
42
- <meta-data
43
- android : name =" android.appwidget.provider"
44
- android : resource =" @xml/next_lecture_widget_info" />
45
- </receiver >
41
+ <!-- <meta-data-->
42
+ <!-- android:name="android.appwidget.provider"-->
43
+ <!-- android:resource="@xml/next_lecture_widget_info" /> -- >
44
+ <!-- </receiver> -- >
46
45
47
46
<activity
48
47
android : name =" .MainActivity"
You can’t perform that action at this time.
0 commit comments