1package: "android.graphics.pdf.flags"
2container: "com.android.mediaprovider"
3
4# All the flags that we are adding into Android V release have to be fixed read only.
5
6flag {
7    name: "enable_pdf_viewer"
8    is_exported: true
9    namespace: "pdf_viewer"
10    description: "This flag controls whether to enable pdf viewer APIs."
11    bug: "319561098"
12    is_fixed_read_only: true
13}
14
15flag {
16    name: "enable_form_filling"
17    is_exported: true
18    namespace: "pdf_viewer"
19    description: "This flag controls whether to enable pdf viewer form filling APIs."
20    bug: "319561098"
21    is_fixed_read_only: true
22}
23
24flag {
25    name: "enable_edit_pdf_annotations"
26    is_exported: true
27    namespace: "pdf_viewer"
28    description: "This flag controls whether to enable highlight and stamp annotations editing support."
29    bug: "379008090"
30    is_fixed_read_only: true
31}
32
33flag {
34    name: "enable_edit_pdf_page_objects"
35    is_exported: true
36    namespace: "pdf_viewer"
37    description: "This flag controls whether to enable path and image page object editing support."
38    bug: "379008090"
39    is_fixed_read_only: true
40}
41
42flag {
43    name: "enable_edit_pdf_text_objects"
44    is_exported: true
45    namespace: "pdf_viewer"
46    description: "This flag controls whether to enable page text object editing support."
47    bug: "379008090"
48    is_fixed_read_only: true
49}
50
51flag {
52    name: "enable_edit_pdf_text_annotations"
53    is_exported: true
54    namespace: "pdf_viewer"
55    description: "This flag controls whether to enable text annotations editing support."
56    bug: "379008090"
57    is_fixed_read_only: true
58}
59
60
61flag {
62    name: "enable_edit_pdf_stamp_annotations"
63    is_exported: true
64    namespace: "pdf_viewer"
65    description: "This flag controls whether to enable stamp annotations editing support."
66    bug: "379008090"
67    is_fixed_read_only: true
68}
69