Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
permission_handler
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
songyanzhi
permission_handler
Commits
069045be
Unverified
Commit
069045be
authored
Jul 12, 2023
by
wujek-srujek
Committed by
GitHub
Jul 12, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix double 'onSuccess' call when checking BT service status (Android) (#1093)
parent
aecf6b11
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
1 deletions
+6
-1
permission_handler_android/CHANGELOG.md
+4
-0
permission_handler_android/android/src/main/java/com/baseflow/permissionhandler/ServiceManager.java
+1
-0
permission_handler_android/pubspec.yaml
+1
-1
No files found.
permission_handler_android/CHANGELOG.md
View file @
069045be
## 10.3.1
*
Fixes
`java.lang.IllegalStateException: Reply already submitted`
when checking status of Bluetooth service.
## 10.3.0
*
Adds support for the new Android 13 permission: BODY_SENSORS_BACKGROUND.
...
...
permission_handler_android/android/src/main/java/com/baseflow/permissionhandler/ServiceManager.java
View file @
069045be
...
...
@@ -53,6 +53,7 @@ final class ServiceManager {
:
PermissionConstants
.
SERVICE_STATUS_DISABLED
;
successCallback
.
onSuccess
(
serviceStatus
);
return
;
}
if
(
permission
==
PermissionConstants
.
PERMISSION_GROUP_PHONE
)
{
...
...
permission_handler_android/pubspec.yaml
View file @
069045be
name
:
permission_handler_android
description
:
Permission plugin for Flutter. This plugin provides the Android API to request and check permissions.
homepage
:
https://github.com/baseflow/flutter-permission-handler
version
:
10.3.
0
version
:
10.3.
1
environment
:
sdk
:
"
>=2.15.0
<4.0.0"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment