1<?xml version="1.0" encoding="UTF-8"?> 2<issues format="6" by="lint 8.4.0-alpha08" type="baseline" client="" dependencies="true" name="" variant="all" version="8.4.0-alpha08"> 3 4 <issue 5 id="NewApi" 6 message="Call requires version 4 of the Ad Services Extensions SDK (current min is 0): `android.app.sdksandbox.SdkSandboxManager#loadSdk`" 7 errorLine1=" sdkSandboxManager.loadSdk(SDK_NAME, new Bundle(), CALLBACK_EXECUTOR, callback);" 8 errorLine2=" ~~~~~~~"> 9 <location 10 file="packages/modules/AdServices/adservices/tests/cts/sandbox/fledge/src/com/android/tests/sandbox/fledge/SandboxedFledgeManagerTest.java" 11 line="111" 12 column="27"/> 13 </issue> 14 15 <issue 16 id="VisibleForTests" 17 message="This method should only be accessed from tests or within private scope" 18 errorLine1=" DevContext devContext = DevContextFilter.create(sContext).createDevContext(Process.myUid());" 19 errorLine2=" ~~~~~~~~~~~~~~~~"> 20 <location 21 file="packages/modules/AdServices/adservices/tests/cts/sandbox/fledge/src/com/android/tests/sandbox/fledge/SandboxedFledgeManagerTest.java" 22 line="71" 23 column="67"/> 24 </issue> 25 26 <issue 27 id="VisibleForTests" 28 message="This method should only be accessed from tests or within private scope" 29 errorLine1=" boolean isDebuggable = devContextFilter.isDebuggable(devContext.getCallingAppPackageName());" 30 errorLine2=" ~~~~~~~~~~~~"> 31 <location 32 file="packages/modules/AdServices/adservices/tests/cts/sandbox/fledge/src/com/android/tests/sandbox/fledge/SandboxedFledgeManagerTest.java" 33 line="72" 34 column="49"/> 35 </issue> 36 37 <issue 38 id="VisibleForTests" 39 message="This method should only be accessed from tests or within private scope" 40 errorLine1=" boolean isDeveloperMode = devContextFilter.isDeveloperMode();" 41 errorLine2=" ~~~~~~~~~~~~~~~"> 42 <location 43 file="packages/modules/AdServices/adservices/tests/cts/sandbox/fledge/src/com/android/tests/sandbox/fledge/SandboxedFledgeManagerTest.java" 44 line="73" 45 column="52"/> 46 </issue> 47 48 <issue 49 id="MissingVersion" 50 message="Should set `android:versionCode` to specify the application version" 51 errorLine1="<manifest xmlns:android="http://schemas.android.com/apk/res/android"" 52 errorLine2=" ~~~~~~~~"> 53 <location 54 file="./out/soong/.intermediates/packages/modules/AdServices/adservices/tests/cts/sandbox/fledge/CtsSandboxedFledgeManagerTests/android_common/737f09fcc0b17bc4650c68e8a26b3dd4/manifest_merger/AndroidManifest.xml" 55 line="17" 56 column="2"/> 57 </issue> 58 59 <issue 60 id="MissingVersion" 61 message="Should set `android:versionName` to specify the application version" 62 errorLine1="<manifest xmlns:android="http://schemas.android.com/apk/res/android"" 63 errorLine2=" ~~~~~~~~"> 64 <location 65 file="./out/soong/.intermediates/packages/modules/AdServices/adservices/tests/cts/sandbox/fledge/CtsSandboxedFledgeManagerTests/android_common/737f09fcc0b17bc4650c68e8a26b3dd4/manifest_merger/AndroidManifest.xml" 66 line="17" 67 column="2"/> 68 </issue> 69 70 <issue 71 id="HardcodedDebugMode" 72 message="Avoid hardcoding the debug mode; leaving it out allows debug and release builds to automatically assign one" 73 errorLine1=" android:debuggable="true"" 74 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~"> 75 <location 76 file="./out/soong/.intermediates/packages/modules/AdServices/adservices/tests/cts/sandbox/fledge/CtsSandboxedFledgeManagerTests/android_common/737f09fcc0b17bc4650c68e8a26b3dd4/manifest_merger/AndroidManifest.xml" 77 line="47" 78 column="9"/> 79 </issue> 80 81 <issue 82 id="StaticFieldLeak" 83 message="Do not place Android context classes in static fields; this is a memory leak" 84 errorLine1=" private static final Context sContext =" 85 errorLine2=" ~~~~~~"> 86 <location 87 file="packages/modules/AdServices/adservices/tests/cts/sandbox/fledge/src/com/android/tests/sandbox/fledge/SandboxedFledgeManagerTest.java" 88 line="54" 89 column="13"/> 90 </issue> 91 92 <issue 93 id="MissingApplicationIcon" 94 message="Should explicitly set `android:icon`, there is no default" 95 errorLine1=" <application" 96 errorLine2=" ~~~~~~~~~~~"> 97 <location 98 file="./out/soong/.intermediates/packages/modules/AdServices/adservices/tests/cts/sandbox/fledge/CtsSandboxedFledgeManagerTests/android_common/737f09fcc0b17bc4650c68e8a26b3dd4/manifest_merger/AndroidManifest.xml" 99 line="45" 100 column="6"/> 101 </issue> 102 103</issues> 104