10 lines
200 B
C++
10 lines
200 B
C++
|
/*
|
||
|
* Copyright (C) 2024 The LineageOS Project
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
|
||
|
#include "SensorNotifierExt.h"
|
||
|
|
||
|
SensorNotifierExt::SensorNotifierExt(sp<ISensorManager> /* manager */) {}
|