admin
2020-08-12 cefe2a41db4a275fb1e940a902cb156f1ed68d80
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
/* AUTO-GENERATED FILE.  DO NOT MODIFY.
 *
 * This class was automatically generated by the
 * aapt tool from the resource data it found.  It
 * should not be modified by hand.
 */
 
package com.mozillaonline.downloadprovider;
 
public final class R {
    public static final class anim {
        public static int footer_appear=0x7f040000;
        public static int footer_disappear=0x7f040001;
    }
    public static final class attr {
    }
    public static final class dimen {
        public static int checkmark_area=0x7f070000;
    }
    public static final class drawable {
        public static int ic_download_misc_file_type=0x7f020000;
        public static int ic_launcher=0x7f020001;
        public static int ic_menu_desk_clock=0x7f020002;
    }
    public static final class id {
        public static int appIcon=0x7f090010;
        public static int date_ordered_list=0x7f090000;
        public static int description=0x7f090013;
        public static int deselect_all=0x7f090005;
        public static int download_checkbox=0x7f090006;
        public static int download_icon=0x7f090007;
        public static int download_menu_sort_by_date=0x7f090017;
        public static int download_menu_sort_by_size=0x7f090016;
        public static int download_progress=0x7f090009;
        public static int download_title=0x7f090008;
        public static int empty=0x7f090002;
        public static int last_modified_date=0x7f09000a;
        public static int paused_text=0x7f090015;
        public static int progress_bar=0x7f090014;
        public static int progress_text=0x7f090011;
        public static int selection_delete=0x7f090004;
        public static int selection_menu=0x7f090003;
        public static int show_download_list_button=0x7f09000f;
        public static int size_ordered_list=0x7f090001;
        public static int size_text=0x7f09000c;
        public static int start_download_button=0x7f09000e;
        public static int status_text=0x7f09000b;
        public static int title=0x7f090012;
        public static int url_input_edittext=0x7f09000d;
    }
    public static final class layout {
        public static int download_list=0x7f030000;
        public static int download_list_item=0x7f030001;
        public static int list_group_header=0x7f030002;
        public static int main=0x7f030003;
        public static int status_bar_ongoing_event_progress_bar=0x7f030004;
    }
    public static final class menu {
        public static int download_ui_menu=0x7f080000;
    }
    public static final class string {
        public static int app_name=0x7f050037;
        /**  Text for button to cancel a download because it's too large to proceed over the mobile
         network and the user does not want to queue it for Wi-Fi [CHAR LIMIT=25] 
         */
        public static int button_cancel_download=0x7f050015;
        /**  Text for button to queue a download to start next time Wi-Fi is available [CHAR LIMIT=25]
        
         */
        public static int button_queue_for_wifi=0x7f050014;
        /**  Text for button to start a download over the mobile connection now, even though it's over
         the carrier-specified recommended maximum size for downloads over the mobile connection
         [CHAR LIMIT=25] 
         */
        public static int button_start_now=0x7f050016;
        /**  Text for button to cancel a download that is currently in progress [CHAR LIMIT=25] 
         */
        public static int cancel_running_download=0x7f050033;
        /** 
         Text for button to delete a download that has completed, or to delete multiple download
         entries [CHAR LIMIT=25]
    
         */
        public static int delete_download=0x7f05002f;
        /** 
    Text for button appearing in the pop-up selection menu to deselect all currently selected
    downloads in the download list [CHAR LIMIT=25]
    
         */
        public static int deselect_all=0x7f050035;
        /** 
         Text for dialog when user clicks on a download that failed because it was interrupted and
         the server doesn't support resuming downloads [CHAR LIMIT=200]
    
         */
        public static int dialog_cannot_resume=0x7f05002a;
        /**  Text for dialog when user clicks on a download that failed [CHAR LIMIT=200] 
         */
        public static int dialog_failed_body=0x7f050022;
        /** 
         Text for dialog when user clicks on a download that failed because the requested
         destination file already exists [CHAR LIMIT=200]
    
         */
        public static int dialog_file_already_exists=0x7f05002b;
        /** 
         Text for dialog when user clicks on a completed download but the file is missing
         [CHAR LIMIT=200]
    
         */
        public static int dialog_file_missing_body=0x7f050027;
        /** 
         Text for dialog when user clicks on a download that failed due to insufficient space on
         the internal download cache [CHAR LIMIT=200]
    
         */
        public static int dialog_insufficient_space_on_cache=0x7f050029;
        /** 
         Text for dialog when user clicks on a download that failed due to insufficient space on
         external storage [CHAR LIMIT=200]
    
         */
        public static int dialog_insufficient_space_on_external=0x7f050028;
        /** 
         Text for dialog when user clicks on a download that failed because it was requested to go
         on the external media, which is not mounted [CHAR LIMIT=200]
    
         */
        public static int dialog_media_not_found=0x7f05002c;
        /**  Text for dialog when user clicks on a paused download[CHAR LIMIT=200] 
         */
        public static int dialog_paused_body=0x7f050024;
        /** 
         Text for dialog when user clicks on a download that has not yet begun, but will be started
         in the future. [CHAR LIMIT=200]
    
         */
        public static int dialog_queued_body=0x7f050026;
        /**  Text for dialog when user clicks on a running download[CHAR LIMIT=200] 
         */
        public static int dialog_running_body=0x7f050023;
        /**  Dialog/toast messages 
 
         Title of dialog that is shown when the user clicks a download for which no file is
         available, either because the download hasn't started or because the download failed
         [CHAR LIMIT=25]
    
         */
        public static int dialog_title_not_available=0x7f050021;
        /** 
         Title for dialog when user clicks on a download that has not yet begun, but will be started
         in the future. [CHAR LIMIT=25]
    
         */
        public static int dialog_title_queued_body=0x7f050025;
        /** 
         Status indicating that the download has ended without completing successfully.  Appears for
         an individual item in the download list.  [CHAR LIMIT=11]
    
         */
        public static int download_error=0x7f050020;
        /** 
         Menu option to sort the list of downloads by the date/time of the last activity related to
         the download [CHAR LIMIT=25]
    
         */
        public static int download_menu_sort_by_date=0x7f05001b;
        /**  Menu items 
 
         Menu option to sort the list of downloads by the size of the downloaded file
         [CHAR LIMIT=25]
    
         */
        public static int download_menu_sort_by_size=0x7f05001a;
        /** 
         Text for a toast appearing when a user clicks on a completed download, informing the user
         that there is no application on the device that can open the file that was downloaded
         [CHAR LIMIT=200]
    
         */
        public static int download_no_application_title=0x7f05002d;
        /** 
         Status indicating that the system pauses downloading the file.  Appears for an
         individual item in the download list.  [CHAR LIMIT=11]
    
         */
        public static int download_paused=0x7f05001e;
        public static int download_pending=0x7f050036;
        /**  Status messages 
 
         Status indicating that the download has been queued to start in the future.  Appears for an
         individual item in the download list.  [CHAR LIMIT=11]
    
         */
        public static int download_queued=0x7f05001c;
        /** 
         Status indicating that the system is currently downloading the file.  Appears for an
         individual item in the download list.  [CHAR LIMIT=11]
    
         */
        public static int download_running=0x7f05001d;
        /** 
         Status indicating that the download has completed successfully. Appears for an individual
         item in the download list.  [CHAR LIMIT=11]
    
         */
        public static int download_success=0x7f05001f;
        /**  The title that appears at the top of the activity listing downloads [CHAR LIMIT=25] 
         */
        public static int download_title=0x7f050017;
        /**  This is the title that is used when displaying the notification
    for a download that doesn't have a title associated with it. 
         */
        public static int download_unknown_title=0x7f05000a;
        /**  Text for button to keep a download that has not yet begun [CHAR LIMIT=25] 
         */
        public static int keep_queued_download=0x7f050032;
        /** 
         Default title for an item in the download list for which no title was provided by the app.
         [CHAR LIMIT=20]
    
         */
        public static int missing_title=0x7f050019;
        /** 
         Appears in lieu of the list of downloads if there are no downloads to view
         [CHAR LIMIT=200]
    
         */
        public static int no_downloads=0x7f050018;
        /**  When a download completes, a notification is displayed, and this
        string is used to indicate that the download successfully completed.
        Note that such a download could have been initiated by a variety of
        applications, including (but not limited to) the browser, an email
        application, a content marketplace. 
         */
        public static int notification_download_complete=0x7f05000d;
        /**  When a download completes, a notification is displayed, and this
        string is used to indicate that the download failed.
        Note that such a download could have been initiated by a variety of
        applications, including (but not limited to) the browser, an email
        application, a content marketplace. 
         */
        public static int notification_download_failed=0x7f05000e;
        /**  When there are three or more simultaneous outstanding downloads from a
        single application, they are displayed as a single notification,
        and the expanded notification view uses this string to indicate
        downloads beyond the first two, i.e. "[title], [title] and [n] more".
        This is the " and [n] more" part, including the leading space, and it's
        used regardless of the number of additional downloads. 
         */
        public static int notification_filename_extras=0x7f05000c;
        /**  When there are multiple simultaneous outstanding downloads from a
        single application, they are displayed as a single notification,
        and the expanded notification view displays the first two download
        names separated with this string, i.e. "[title], [title]"
        or "[title], [title] and [n] more". This is the comma + space
        that separates the first two titles, and it's used both when there
        are exactly two and more than two titles. 
         */
        public static int notification_filename_separator=0x7f05000b;
        /**  When a download is paused because it's too large to download over a
        mobile connection, and Wi-Fi is unavailable, this string is displayed in
        the system notification for the running download, beneath the download
        title and description.  Note that such a download could have been
        initiated by a variety of applications, including (but not limited to)
        the browser, an email application, a content marketplace.
        [CHAR LIMIT=24] 
         */
        public static int notification_need_wifi_for_size=0x7f05000f;
        /**  Text for button to pause a download that is running. 
         */
        public static int pause_download=0x7f050030;
        /**  The full sentence description for the permission to access all
    downloads in the download manager, not just those owned by the calling user
    [CHAR LIMIT=160] 
         */
        public static int permdesc_accessAllDownloads=0x7f050009;
        /**  The full sentence description for the permission to download files to
    the download cache that can't be automatically deleted by the download
    manager to free up space [CHAR LIMIT=160] 
         */
        public static int permdesc_downloadCacheNonPurgeable=0x7f050007;
        /**  This is the long description of a permission associated with the
        Android Download Manager. It is displayed as part of the description
        of any application that was granted that permission.
        This specific permission allows an application to tell other
        applications that their downloads have completed. 
         */
        public static int permdesc_downloadCompletedIntent=0x7f050005;
        /**  This is the long description of a permission associated with the
        Android Download Manager. It is displayed as part of the description
        of any application that was granted that permission.
        This specific permission controls access to the Download Manager by
        applications that initiate downloads. 
         */
        public static int permdesc_downloadManager=0x7f050001;
        /**  This is the long description of a permission associated with the
        Android Download Manager. It is displayed as part of the description
        of any application that was granted that permission.
        This specific permission controls access to some advanced (and
        dangerous) features from the Download Manager that are needed by
        system applications but aren't necessary for regular applications
        that just initiate plain downloads. 
         */
        public static int permdesc_downloadManagerAdvanced=0x7f050003;
        /**  The label for the permission to access all downloads in the download
    manager, not just those owned by the calling user [CHAR LIMIT=50] 
         */
        public static int permlab_accessAllDownloads=0x7f050008;
        /**  The label for the permission to download files to the download cache
    that can't be automatically deleted by the download manager to free up
    space [CHAR LIMIT=50] 
         */
        public static int permlab_downloadCacheNonPurgeable=0x7f050006;
        public static int permlab_downloadCompletedIntent=0x7f050004;
        /**  This is the short description of a permission associated with the
        Android Download Manager. It is displayed as part of the description
        of any application that was granted that permission.
        This specific permission controls access to the Download Manager by
        applications that initiate downloads. 
         */
        public static int permlab_downloadManager=0x7f050000;
        /**  This is the short description of a permission associated with the
        Android Download Manager. It is displayed as part of the description
        of any application that was granted that permission.
        This specific permission controls access to some advanced (and
        dangerous) features from the Download Manager that are needed by
        system applications but aren't necessary for regular applications
        that just initiate plain downloads. 
         */
        public static int permlab_downloadManagerAdvanced=0x7f050002;
        /**  Buttons 
 
         Text for button to remove the entry for a download that has not yet begun or that has
         failed [CHAR LIMIT=25]
    
         */
        public static int remove_download=0x7f05002e;
        /**  Text for button to resume a paused download. 
         */
        public static int resume_download=0x7f050031;
        /** 
         Text for button appearing in a dialog to restart a download, either one that failed or one
         for which the downloaded file is now missing [CHAR LIMIT=25]
    
         */
        public static int retry_download=0x7f050034;
        /**  Text for dialog when a download exceeds the carrier-specified recommended maximum size of
        downloads over the mobile network, and the user may choose to start the download over mobile
        anyway or to queue for download to start next time a Wi-Fi connection is available [CHAR
        LIMIT=200] 
         */
        public static int wifi_recommended_body=0x7f050013;
        /**  Title for dialog when a download exceeds the carrier-specified recommended maximum size of
        downloads over the mobile network, and the user may choose to start the download over mobile
        anyway or to queue for download to start next time a Wi-Fi connection is available [CHAR
        LIMIT=50] 
         */
        public static int wifi_recommended_title=0x7f050012;
        /**  Text for dialog when a download exceeds the carrier-specified maximum size of downloads
        over the mobile network and Wi-Fi is required.  The user has the choice to either queue the
        download to start next time Wi-Fi is available or cancel the download altogether. [CHAR
        LIMIT=200] 
         */
        public static int wifi_required_body=0x7f050011;
        /**  Title for dialog when a download exceeds the carrier-specified maximum size of downloads
        over the mobile network and Wi-Fi is required.  The user has the choice to either queue the
        download to start next time Wi-Fi is available or cancel the download altogether. [CHAR
        LIMIT=50] 
         */
        public static int wifi_required_title=0x7f050010;
    }
    public static final class style {
        public static int Theme_Translucent=0x7f060000;
    }
}