123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- <?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="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="76"
- 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/quickstep/AndroidManifest.xml"
- line="35"
- 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="37"
- 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="UnspecifiedImmutableFlag"
- message="Missing `PendingIntent` mutability flag"
- errorLine1=" new Intent(), PendingIntent.FLAG_ONE_SHOT)));"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="../Code/src/com/android/launcher3/model/FirstScreenBroadcast.java"
- line="143"
- column="39"/>
- </issue>
- </issues>
|