1package: "android.graphics.pdf.flags.readonly" 2container: "com.android.mediaprovider" 3 4# These are the read-only version of the aconfig flags in android.graphics.pdf 5# that will be built with 'force-read-only' mode. 6# See b/368409430 - these flags will be removed once the new aconfig API landed. 7 8flag { 9 name: "enable_edit_pdf_text_annotations" 10 is_exported: false 11 namespace: "pdf_viewer" 12 description: "This flag controls whether to enable text annotations editing support." 13 bug: "379008090" 14 is_fixed_read_only: true 15} 16 17 18flag { 19 name: "enable_edit_pdf_stamp_annotations" 20 is_exported: false 21 namespace: "pdf_viewer" 22 description: "This flag controls whether to enable stamp annotations editing support." 23 bug: "379008090" 24 is_fixed_read_only: true 25} 26