1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- <?xml version="1.0" encoding="UTF-8"?>
- <issues format="6" by="lint 8.1.3" type="baseline" client="gradle" dependencies="false" name="AGP (8.1.3)" variant="fatal" version="8.1.3">
- <issue
- id="ResAuto"
- message="Suspicious namespace: Did you mean `http://schemas.android.com/apk/res-auto`?"
- errorLine1="<favorites xmlns:launcher="http://schemas.android.com/apk/res-auto/com.android.launcher3">"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="../raw/packages/apps/Launcher3/res/xml/default_workspace_3x3.xml"
- line="17"
- column="28"/>
- </issue>
- <issue
- id="ResAuto"
- message="Suspicious namespace: Did you mean `http://schemas.android.com/apk/res-auto`?"
- errorLine1="<favorites xmlns:launcher="http://schemas.android.com/apk/res-auto/com.android.launcher3">"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="../raw/packages/apps/Launcher3/res/xml/default_workspace_4x4.xml"
- line="17"
- column="28"/>
- </issue>
- <issue
- id="ResAuto"
- message="Suspicious namespace: Did you mean `http://schemas.android.com/apk/res-auto`?"
- errorLine1="<favorites xmlns:launcher="http://schemas.android.com/apk/res-auto/com.android.launcher3">"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="../raw/packages/apps/Launcher3/res/xml/default_workspace_5x5.xml"
- line="17"
- column="28"/>
- </issue>
- <issue
- id="ResAuto"
- message="Suspicious namespace: Did you mean `http://schemas.android.com/apk/res-auto`?"
- errorLine1="<favorites xmlns:launcher="http://schemas.android.com/apk/res-auto/com.android.launcher3">"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="../raw/packages/apps/Launcher3/res/xml/default_workspace_6x5.xml"
- line="17"
- column="28"/>
- </issue>
- <issue
- id="MissingDefaultResource"
- message="The dimen "gesture_tutorial_taskbar_padding_start_end" in values-land has no declaration in the base `values` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
- errorLine1=" <dimen name="gesture_tutorial_taskbar_padding_start_end">218dp</dimen>"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="../raw/packages/apps/Launcher3/quickstep/res/values-land/dimens.xml"
- line="76"
- column="12"/>
- </issue>
- </issues>
|