android/source/lint-baseline.xml |   21 +++++----------------
 1 file changed, 5 insertions(+), 16 deletions(-)

New commits:
commit 4555bbfe373c68c85653989ee951d30ef66438bd
Author:     Michael Weghorn <[email protected]>
AuthorDate: Wed Nov 19 17:34:20 2025 +0100
Commit:     Michael Weghorn <[email protected]>
CommitDate: Thu Nov 20 00:09:17 2025 +0100

    android: Regenerate lint-baseline.xml
    
    One issue was addressed in previous commit
    
        Change-Id: Iafb7a32668718afc638b8273a05a9d0618f85550
        Author: Michael Weghorn <[email protected]>
        Date:   Wed Nov 19 16:36:25 2025 +0100
    
            tdf#164082 android: Drop storage permission and support for file:// 
URIs
    
    Change-Id: I1bd43717e9bd19719cb197d15c431670741d584b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/194217
    Reviewed-by: Michael Weghorn <[email protected]>
    Tested-by: Jenkins

diff --git a/android/source/lint-baseline.xml b/android/source/lint-baseline.xml
index 344f8436ada6..ec825562d2bd 100644
--- a/android/source/lint-baseline.xml
+++ b/android/source/lint-baseline.xml
@@ -1,17 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <issues format="6" by="lint 8.13.1" type="baseline" client="gradle" 
dependencies="false" name="AGP (8.13.1)" variant="all" version="8.13.1">
 
-    <issue
-        id="ScopedStorage"
-        message="WRITE_EXTERNAL_STORAGE is deprecated (and is not granted) 
when targeting Android 13+. If you need to write to shared storage, use the 
`MediaStore.createWriteRequest` intent."
-        errorLine1="    &lt;uses-permission 
android:name=&quot;android.permission.WRITE_EXTERNAL_STORAGE&quot;/>"
-        errorLine2="                                   
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
-        <location
-            file="AndroidManifest.xml"
-            line="9"
-            column="36"/>
-    </issue>
-
     <issue
         id="ScrollViewSize"
         message="This LinearLayout should use 
`android:layout_height=&quot;wrap_content&quot;`"
@@ -140,7 +129,7 @@
         errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
         <location
             file="AndroidManifest.xml"
-            line="108"
+            line="104"
             column="13"/>
     </issue>
 
@@ -162,7 +151,7 @@
         errorLine2="                                   ~~~~~~~~~~~~~">
         <location
             file="src/java/org/mozilla/gecko/gfx/LayerView.java"
-            line="190"
+            line="188"
             column="36"/>
     </issue>
 
@@ -184,7 +173,7 @@
         errorLine2="                                         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
         <location
             file="src/java/org/mozilla/gecko/gfx/LayerView.java"
-            line="256"
+            line="253"
             column="42"/>
     </issue>
 
@@ -1359,7 +1348,7 @@
         errorLine2="            
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
         <location
             file="src/java/org/libreoffice/ui/LibreOfficeUIActivity.java"
-            line="415"
+            line="397"
             column="13"/>
     </issue>
 
@@ -1381,7 +1370,7 @@
         errorLine2="                   ~~~~~~~~~~~~">
         <location
             file="src/java/org/mozilla/gecko/gfx/LayerView.java"
-            line="100"
+            line="98"
             column="20"/>
     </issue>
 

Reply via email to