mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Cycling Sensor: added live data view
Cycling Sensor: I18N Cycling Sensor: honor metric/imperial setting Cycling Sensor: re-use existing speed strings
This commit is contained in:
committed by
José Rebelo
parent
5ebb3b85b0
commit
e3e5c20a5a
@@ -901,6 +901,11 @@
|
||||
android:name=".activities.CameraActivity"
|
||||
android:launchMode="singleInstance"
|
||||
android:exported="false" />
|
||||
|
||||
<activity
|
||||
android:name=".devices.cycling_sensor.activity.CyclingLiveDataActivity"
|
||||
android:launchMode="singleInstance"
|
||||
android:exported="true" />
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
Reference in New Issue
Block a user