Rename mDNS offload feature name
Bug: 318332352 Test: pm list features Test: atest android.app.cts.SystemFeaturesTest Test: atest VtsHalWifiStaIfaceTargetTest Merged-In: I57d8f955c3f5d39814f36b662fee8d045c8c5150 Change-Id: I57d8f955c3f5d39814f36b662fee8d045c8c5150
This commit is contained in:
parent
496cc8a5df
commit
aee7ba0345
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ class WifiStaIfaceAidlTest : public testing::TestWithParam<std::string> {
|
|||
|
||||
// Checks if the mDNS Offload is supported by any NIC.
|
||||
bool isMdnsOffloadPresentInNIC() {
|
||||
return testing::deviceSupportsFeature("android.hardware.mdns_offload");
|
||||
return testing::deviceSupportsFeature("com.google.android.tv.mdns_offload");
|
||||
}
|
||||
|
||||
// Detected panel TV device by using ro.oem.key1 property.
|
||||
|
|
Loading…
Reference in a new issue