Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gradle build in Android Studio. Add .gitignore file. Fix Lollipop issue of starting Service by supplying explicit intent. #1

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Prevent crash in unbinding multiple times.
Igor Ganapolsky committed Mar 2, 2015
commit 5457a73d1df9333cd0e4d80ba9496dd655b8c431
Original file line number Diff line number Diff line change
@@ -17,6 +17,8 @@
public class ServiceControlActivity extends Activity implements
ServiceConnection {
IRemoteInterface mRemoteInterface = null;

// Flag to keep track of bound status
private boolean mIsBound;

@Override