Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ee025d8c authored by William Escande's avatar William Escande
Browse files

Enforce lint MissingClass and fix usages

The package of the files does not match their path and this is
triggering error. Removing connserv subfolder

Bug: 289445022
Test: m Bluetooth
Change-Id: I005af1afc67780f4a9512387f846ad45e055822c
parent 6806ca1d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -259,6 +259,7 @@ android_app {
    lint: {
        error_checks: [
            "ExtraText",
            "MissingClass",
            "NewApi",
            "ObsoleteSdkInt",
            "Recycle",
+1 −9
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<issues format="5" by="lint 8.1.0-dev" client="" dependencies="true" name="" type="baseline" variant="all" version="8.1.0-dev">

    <issue
        id="MissingClass"
        message="Class referenced in the manifest, `com.android.bluetooth.hfpclient.HfpClientConnectionService`, was not found in the project or the libraries">
        <location
            file="./out/.intermediates/packages/modules/Bluetooth/android/app/Bluetooth/android_common/e10894d3da5db41239526c9048962355/manifest_merger/AndroidManifest.xml"
            line="310"/>
    </issue>

    <issue
        id="GestureBackNavigation"
        message="If intercepting back events, this should be handled through the registration of callbacks on the window level; Please see https://developer.android.com/about/versions/13/features/predictive-back-gesture">
@@ -5013,7 +5005,7 @@
        id="ParcelClassLoader"
        message="Passing null here (to use the default class loader) will not work if you are restoring your own classes. Consider using for example `getClass().getClassLoader()` instead.">
        <location
            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/connserv/HfpClientCall.java"
            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/HfpClientCall.java"
            line="275"/>
    </issue>

+0 −0

File moved.

Loading