store the recording status as an int, not just boolean

This commit is contained in:
tibbi
2020-11-05 18:14:36 +01:00
parent ba05a1c49c
commit 3a233a04bc
5 changed files with 39 additions and 18 deletions

View File

@@ -65,6 +65,7 @@
<intent-filter>
<action android:name="com.simplemobiletools.voicerecorder.action.GET_RECORDER_INFO" />
<action android:name="com.simplemobiletools.voicerecorder.action.STOP_AMPLITUDE_UPDATE" />
<action android:name="com.simplemobiletools.voicerecorder.action.TOGGLE_PAUSE" />
</intent-filter>
</service>