Skip to content
Commit c210fff1 authored by Kangping Dong's avatar Kangping Dong
Browse files

[Thread] define Thread hardware feature

Define Thread hardware feature FEATURE_THREADNETWORK = "android.hardware.threadnetwork"
so that apps/users can know whether the device has Thread support.

This flags is defined as public API but not system API because we
defined TRANSPORT_THREAD as public API and general apps can access
Thread network by adding callback for the Thread network. Adding
the FEATURE_THREADNETWORK as public API allows apps to be more
clear/confident of whether they can retrieve the Thread network
with TRANSPORT_THREAD.

FR: b/235016403

Bug: 284296494
Bug: 292948264
Change-Id: I3bce3458fa721a20d8937a0c70eec2dbc7c54bc6
parent d52e734a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment