You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue may be a result of a hack that removes notification:
SaidItService registers as a foreground service and puts up a notification.
Then it calls to FakeService which registers itself as a foreground service and puts up a notification with the same id (so only one notification is visible for the two services).
Then FakeService closes itself and removes notification - leaving SaidItService running in the background without notification.
Removing code responsible for starting FakeService could fix the issue but would also add an ugly notification - which other users probably wouldn't want. I see two options:
Go with the persistent notification - maybe find a reasonable use for it - starting and stopping recording would be nice.
The Notification dissapears almost immediatley after closing the app, and as a result, Android stops the app automatically later.
this occurs on a Nexus 7 older model, 32GB WiFi only, running Android 4.4.4, i do not know about other phones or tablets.
P.S. this app has great potential!
The text was updated successfully, but these errors were encountered: