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

Commit 84b998c8 authored by Sherry Huang's avatar Sherry Huang Committed by Android (Google) Code Review
Browse files

Merge "TIF: Add optional param for different use cases" into main

parents 452a3d6d b1debd2e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ import android.os.Bundle;
 */
interface IScanInterface {
    IBinder createSession(int broadcastType, String countryCode, String operator,
        in IScanListener listener);
        in IScanListener listener, in Bundle optionalParams);
    Bundle getParameters(int broadcastType, String countryCode, String operator,
        in Bundle params);
}