You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
## 0.5.1
2
+
- Added support for additional `AppInfo` fields from the Android package manager: `category`, `targetSdkVersion`, `minSdkVersion`, `enabled`, `processName`, `installLocation`, `requestedPermissions`.
3
+
- Populates `requestedPermissions` via `PackageManager.GET_PERMISSIONS`.
4
+
1
5
## 0.4.0
2
6
App change events now forward the raw Android action string to Dart, letting the Dart side handle event type mapping; no breaking changes.
0 commit comments