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}