123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168 |
- <?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="../Code/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="../Code/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="../Code/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="../Code/res/xml/default_workspace_5x6.xml"
- line="17"
- column="28"/>
- </issue>
- <issue
- id="ResAuto"
- message="Suspicious namespace: Did you mean `http://schemas.android.com/apk/res-auto`?"
- errorLine1="<profiles xmlns:launcher="http://schemas.android.com/apk/res-auto/com.android.launcher3" >"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="../Code/res/xml/device_profiles.xml"
- line="18"
- column="27"/>
- </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="../Code/res/xml/dw_phone_hotseat.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="../Code/res/xml/dw_tablet_hotseat.xml"
- line="17"
- column="28"/>
- </issue>
- <issue
- id="ManifestResource"
- message="Resources referenced from the manifest cannot vary by configuration (except for version qualifiers, e.g. `-v21`). Found variation in sw720dp-v13"
- errorLine1=" android:largeHeap="@bool/config_largeHeap""
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="../Code/AndroidManifest-common.xml"
- line="54"
- column="28"/>
- <location
- file="../Code/res/values-sw720dp/config.xml"
- line="2"
- column="35"
- message="This value will not be used"/>
- </issue>
- <issue
- id="ManifestResource"
- message="Resources referenced from the manifest cannot vary by configuration (except for version qualifiers, e.g. `-v21`). Found variation in sw720dp-v13"
- errorLine1=" android:largeHeap="@bool/config_largeHeap""
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="../Code/AndroidManifest.xml"
- line="60"
- column="28"/>
- <location
- file="../Code/res/values-sw720dp/config.xml"
- line="2"
- column="35"
- message="This value will not be used"/>
- </issue>
- <issue
- id="MissingDefaultResource"
- message="The fraction "container_margin" 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=" <item name="container_margin" format="fraction" type="fraction">12%</item>"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="../Code/res/values-land/dimens.xml"
- line="19"
- column="11"/>
- </issue>
- <issue
- id="MissingDefaultResource"
- message="The layout "launcher" in layout-land has no declaration in the base `layout` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
- errorLine1="<com.android.launcher3.LauncherRootView"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="../Code/res/layout-land/launcher.xml"
- line="18"
- column="2"/>
- </issue>
- <issue
- id="MissingDefaultResource"
- message="The layout "launcher" in layout-port has no declaration in the base `layout` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
- errorLine1="<com.android.launcher3.LauncherRootView"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="../Code/res/layout-port/launcher.xml"
- line="18"
- column="2"/>
- </issue>
- <issue
- id="MissingDefaultResource"
- message="The layout "launcher" in layout-sw720dp has no declaration in the base `layout` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
- errorLine1="<com.android.launcher3.LauncherRootView"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="../Code/res/layout-sw720dp/launcher.xml"
- line="18"
- column="2"/>
- </issue>
- <issue
- id="UnspecifiedImmutableFlag"
- message="Missing `PendingIntent` mutability flag"
- errorLine1=" homeIntent, PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_ONE_SHOT);"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="../Code/src/com/android/launcher3/graphics/IconShapeOverride.java"
- line="205"
- column="33"/>
- </issue>
- </issues>
|