Skip to content

Commit

Permalink
Update PermissionActivity.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
Okuro3499 authored Feb 22, 2024
1 parent c26289d commit d371932
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ abstract class PermissionActivity : AppCompatActivity() {
Manifest.permission.BLUETOOTH,
Manifest.permission.BLUETOOTH_ADMIN,
Manifest.permission.BLUETOOTH_CONNECT,
Manifest.permission.BLUETOOTH_SCAN
Manifest.permission.BLUETOOTH_SCAN,
Manifest.permission.POST_NOTIFICATIONS
), PERMISSION_REQUEST_WIFI)
}

Expand Down

0 comments on commit d371932

Please sign in to comment.