Make VCN network policy listener oneway
This change ensures that all VCN callbacks and interfaces are asynchronous, ensuring that the systemserver does not get deadlocked. Bug: 180968965 Test: atest FrameworksVcnTests Change-Id: I551137420bbd561ad53a6c06c8f91306901e51f4
This commit is contained in:
@@ -17,6 +17,6 @@
|
||||
package android.net.vcn;
|
||||
|
||||
/** @hide */
|
||||
interface IVcnUnderlyingNetworkPolicyListener {
|
||||
oneway interface IVcnUnderlyingNetworkPolicyListener {
|
||||
void onPolicyChanged();
|
||||
}
|
||||
Reference in New Issue
Block a user