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

Commit dbc20a77 authored by Mathew Inwood's avatar Mathew Inwood
Browse files

Fix javadoc @link tags on @ChangeId constant.

In future, we will generate DAC docs form these javadoc comments. But
due to the way that this works, the docs generation loses context of
constants in classes that are not part of the SDK, meaning we can't
refer to imported classes directly. To keep the links working, class
references must be fully qualified.

Bug: 144927670
Test: m
Change-Id: I059698f224ce060600f69ef6c816d5a81d143968
parent 996edee3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -125,7 +125,7 @@ public final class OomAdjuster {
    static final String OOM_ADJ_REASON_PROCESS_END = OOM_ADJ_REASON_METHOD + "_processEnd";

    /**
     * Flag {@link Context#BIND_INCLUDE_CAPABILITIES} is used
     * Flag {@link android.content.Context#BIND_INCLUDE_CAPABILITIES} is used
     * to pass while-in-use capabilities from client process to bound service. In targetSdkVersion
     * R and above, if client is a TOP activity, when this flag is present, bound service gets all
     * while-in-use capabilities; when this flag is not present, bound service gets no while-in-use