Skip to content

Commit

Permalink
removed alert
Browse files Browse the repository at this point in the history
  • Loading branch information
OhMyGuus committed Jan 5, 2021
1 parent 0143b09 commit d51987b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/main/main.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ export class MainPage implements OnInit {

async requestPermissions(): Promise<boolean> {
if (this.platform.is('cordova')) {
alert('asking for permissions');
const PERMISSIONS_NEEDED = [
'android.permission.FOREGROUND_SERVICE',
this.androidPermissions.PERMISSION.BLUETOOTH,
Expand Down

0 comments on commit d51987b

Please sign in to comment.