Boris
Boris
有个疑问:CA怎么将证书下发给服务器的呢?
@begeekmyfriend @ksd32767 你好,除了stop、start方法外有其他办法吗?
[full log](https://github.com/project-chip/connectedhomeip/files/9280390/error.log)
it seems be good through add `stacklock` lock ``` jboolean OnOffManager::SetOnOff(jint endpoint, bool value) { chip::DeviceLayer::StackLock stack; EmberAfStatus status = app::Clusters::OnOff::Attributes::OnOff::Set(static_cast(endpoint), value); return status == EMBER_ZCL_STATUS_SUCCESS; } ``` I'm not...
@oubowu 我不需要监听头部点击事件的,用的地方 `mRv.addItemDecoration(new PinnedHeaderItemDecoration.Builder(R.integer.type_header).enableDivider(false).create());`
yes,it's good now @yunhanw-google @chrisdecenzo
@Liu-zhi-xiang 你好 我遇到了同样的问题,请问是怎么解决的?
@aowoWolf 谢谢 对我帮助很大
@geek5nan 没完全get
@IgnacioGarcia198 you are right,help me a lot!add a tip:clear the cache first