summaryrefslogtreecommitdiff
path: root/apex
diff options
context:
space:
mode:
author Riya Thakur <riyathakur@google.com> 2024-11-22 10:30:54 +0000
committer Gulshan Singh <gulshansingh@google.com> 2024-12-05 04:23:37 +0000
commit3623210f416da97fb3c243d3282a4936cfe1e590 (patch)
tree7b1ed0150a039e349c0ed493ace9a63b4ae676dd /apex
parent47327ab2ecbfe0a163d06a6ccab8df9eaefb8e81 (diff)
Public APIs to support adding/removing annotations in AOSP
We are creating new page level APIs to support adding and removing annotations from a pdf document. We will be currently supporting three types of annotations - FreeText, Highlight, and Stamp. This Cl contains the new page level APIs that we will be supporting, corresponding processing layer changes and the model classes for freeText and highlight annotations. API-Coverage-Bug: 382254176 Flag: android.graphics.pdf.flags.enable_edit_pdf_annotations Flag: android.graphics.pdf.flags.enable_edit_pdf_text_annotations Bug: 379008084 Test: Build the code Change-Id: Icba5db705c2d1f58ee8db964f6bb4e44145e7251
Diffstat (limited to 'apex')
-rw-r--r--apex/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/apex/Android.bp b/apex/Android.bp
index a82a94753..e0105a136 100644
--- a/apex/Android.bp
+++ b/apex/Android.bp
@@ -123,6 +123,7 @@ bootclasspath_fragment {
"android.graphics.pdf.models",
"android.graphics.pdf.utils",
"android.graphics.pdf.content",
+ "android.graphics.pdf.component",
"android.graphics.pdf.models.jni",
"android.graphics.pdf.models.selection",
"android.graphics.pdf.logging",