Skip to content
This repository has been archived by the owner on Jun 18, 2023. It is now read-only.

Commit

Permalink
- Fixed: accelerometer was enabled by default...
Browse files Browse the repository at this point in the history
- Release 4.0.812
  • Loading branch information
denzilferreira committed Mar 15, 2019
1 parent 1f7c35b commit 50f918d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion aware-core/aware.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ext {
ion_libs = "2.+"
support_libs = "28.0.0"
google_libs = "16.0.0"
version_code = 811
version_code = 812
version_readable = "4.0." + version_code + "." + "bundle"
compile_sdk = 28
target_sdk = 28
Expand Down
2 changes: 0 additions & 2 deletions aware-core/src/main/java/com/aware/Aware.java
Original file line number Diff line number Diff line change
Expand Up @@ -1814,8 +1814,6 @@ protected void onHandleIntent(Intent intent) {
//Let others know that we just joined a study
sendBroadcast(new Intent(Aware.ACTION_JOINED_STUDY));

Aware.startAccelerometer(getApplicationContext());

} catch (JSONException e) {
e.printStackTrace();
}
Expand Down

0 comments on commit 50f918d

Please sign in to comment.