File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 <uses-permission android : name =" android.permission.WRITE_EXTERNAL_STORAGE" />
1010 <uses-permission android : name =" android.permission.SYSTEM_ALERT_WINDOW" />
1111 <uses-permission android : name =" android.permission.FOREGROUND_SERVICE" />
12+ <uses-permission android : name =" android.permission.FOREGROUND_SERVICE_DATA_SYNC" />
13+ <uses-permission android : name =" android.permission.FOREGROUND_SERVICE_MEDIA_PLAYBACK" />
1214 <uses-permission android : name =" android.permission.POST_NOTIFICATIONS" />
1315
1416 <!-- We need to be able to open links in the browser on API 30+ -->
8789
8890 <service android : name =" .local.subscription.services.SubscriptionsImportService" />
8991 <service android : name =" .local.subscription.services.SubscriptionsExportService" />
90- <service android : name =" .local.feed.service.FeedLoadService" />
92+ <service android : name =" .local.feed.service.FeedLoadService"
93+ android : foregroundServiceType =" dataSync" />
9194
9295 <activity
9396 android : name =" .PanicResponderActivity"
119122 android : label =" @string/app_name"
120123 android : launchMode =" singleTask" />
121124
122- <service android : name =" us.shandian.giga.service.DownloadManagerService" />
125+ <service android : name =" us.shandian.giga.service.DownloadManagerService"
126+ android : foregroundServiceType =" dataSync" />
123127
124128 <activity
125129 android : name =" .util.FilePickerActivityHelper"
You can’t perform that action at this time.
0 commit comments