mirror of
https://github.com/SimpleMobileTools/Simple-Voice-Recorder.git
synced 2025-06-05 21:59:31 +02:00
store the recording status as an int, not just boolean
This commit is contained in:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user