Skip to content

Commit

Permalink
(WIT > WitMotion)
Browse files Browse the repository at this point in the history
  • Loading branch information
vicnevicne committed Mar 26, 2023
1 parent 72a30b7 commit 390d2cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ private void checkPermission(String permission, int reqestCode, String permissio
// Show a dialog explaining why the permission is necessary and prompting the user to grant it
new AlertDialog.Builder(getApplicationContext())
.setTitle(permissionText + " Permission Required")
.setMessage("This app only works with WIT bluetooth accelerometers.")
.setMessage("This app only works with WitMotion bluetooth accelerometers.")
.setPositiveButton("Grant Permission", (dialog, which) -> {
// Request the permission again
ActivityCompat.requestPermissions(SplashActivity.this, new String[]{permission}, reqestCode);
Expand Down

0 comments on commit 390d2cd

Please sign in to comment.