commit | 50e486668cee4641e2e3b43e0e1f6b1883aa6ac5 | [log] [tgz] |
---|---|---|
author | Seungjae Yoo <seungjaeyoo@google.com> | Tue Jul 16 12:20:07 2024 +0900 |
committer | Seungjae Yoo <seungjaeyoo@google.com> | Tue Jul 16 13:39:49 2024 +0900 |
tree | 76dccc3125e7830ccbffbbeaca23ebb6ea2ed9da | |
parent | 5e61693235daae58234f548cfd728c4307559224 [diff] |
More documentation about TETHERING_VIRTUAL Bug: 353392669 Test: N/A Change-Id: Idaff2c67eccfa3000964c185feba9eaf61260c05
diff --git a/Tethering/common/TetheringLib/src/android/net/TetheringManager.java b/Tethering/common/TetheringLib/src/android/net/TetheringManager.java index ae0161d..0f5a014 100644 --- a/Tethering/common/TetheringLib/src/android/net/TetheringManager.java +++ b/Tethering/common/TetheringLib/src/android/net/TetheringManager.java
@@ -198,6 +198,10 @@ /** * VIRTUAL tethering type. + * + * This tethering type is for providing external network to virtual machines + * running on top of Android devices, which are created and managed by + * AVF(Android Virtualization Framework). * @hide */ @FlaggedApi(Flags.TETHERING_REQUEST_VIRTUAL)