falta o esqueci a palavra passe

This commit is contained in:
2026-04-22 12:42:02 +01:00
parent d3e2af3a66
commit 1ed42f8c28
921 changed files with 109065 additions and 2837 deletions

View File

@@ -0,0 +1,162 @@
<?xml version="1.0" encoding="UTF-8"?>
<incidents format="6" by="lint 9.2.0" type="conditional_incidents">
<incident
id="ExactAlarm"
severity="error"
message="`USE_EXACT_ALARM` can only be used when targeting API level 33 or higher">
<location
file="${:app*debug*MAIN*sourceProvider*0*manifest*0}"
line="12"
column="36"
startOffset="616"
endLine="12"
endColumn="70"
endOffset="650"/>
<map>
<condition targetLT="33"/>
</map>
</incident>
<incident
id="NotificationPermission"
severity="error"
message="When targeting Android 13 or higher, posting a permission requires holding the `POST_NOTIFICATIONS` permission">
<fix-data missing="android.permission.POST_NOTIFICATIONS"/>
<location
file="${:app*debug*MAIN*sourceProvider*0*javaDir*0}/com/example/cuida/utils/NotificationHelper.java"
line="71"
column="13"
startOffset="3075"
endLine="71"
endColumn="60"
endOffset="3122"/>
</incident>
<incident
id="VectorRaster"
severity="warning"
message="">
<location
file="${:app*debug*MAIN*sourceProvider*0*resDir*0}/drawable/ic_placeholder.xml"
line="6"
column="19"
startOffset="199"
endLine="6"
endColumn="43"
endOffset="223"/>
<map>
<entry
name="containsFillType"
boolean="false"/>
<entry
name="containsGradient"
boolean="false"/>
<entry
name="folderVersion"
int="-1"/>
<entry
name="message"
string="Resource references will not work correctly in images generated for this vector icon for API &lt; %1$d; check generated icon to make sure it looks acceptable"/>
</map>
</incident>
<incident
id="VectorRaster"
severity="warning"
message="">
<location
file="${:app*debug*MAIN*sourceProvider*0*resDir*0}/drawable/ic_placeholder.xml"
line="8"
column="26"
startOffset="259"
endLine="8"
endColumn="46"
endOffset="279"/>
<map>
<entry
name="containsFillType"
boolean="false"/>
<entry
name="containsGradient"
boolean="false"/>
<entry
name="folderVersion"
int="-1"/>
<entry
name="message"
string="Resource references will not work correctly in images generated for this vector icon for API &lt; %1$d; check generated icon to make sure it looks acceptable"/>
</map>
</incident>
<incident
id="ObsoleteSdkInt"
severity="warning"
message="Unnecessary; `SDK_INT` is always >= 31">
<fix-replace
description="Delete tools:targetApi"
replacement=""
priority="0">
<range
file="${:app*debug*MAIN*sourceProvider*0*manifest*0}"
startOffset="1248"
endOffset="1268"/>
</fix-replace>
<location
file="${:app*debug*MAIN*sourceProvider*0*manifest*0}"
line="26"
column="9"
startOffset="1248"
endLine="26"
endColumn="29"
endOffset="1268"/>
<map>
<condition minGE="31-∞"/>
</map>
</incident>
<incident
id="LabelFor"
severity="warning"
message="">
<location
file="${:app*debug*MAIN*sourceProvider*0*resDir*0}/layout/activity_register.xml"
line="105"
column="22"
startOffset="5021"
endLine="105"
endColumn="42"
endOffset="5041"/>
<map>
<entry
name="hint"
boolean="false"/>
<entry
name="label"
boolean="false"/>
</map>
</incident>
<incident
id="LabelFor"
severity="warning"
message="">
<location
file="${:app*debug*MAIN*sourceProvider*0*resDir*0}/layout/fragment_schedule_appointment.xml"
line="64"
column="10"
startOffset="2241"
endLine="64"
endColumn="30"
endOffset="2261"/>
<map>
<entry
name="hint"
boolean="false"/>
<entry
name="label"
boolean="false"/>
</map>
</incident>
</incidents>

File diff suppressed because one or more lines are too long