diff options
| author | Akshay Nair <phenax5@gmail.com> | 2020-06-03 00:36:14 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2020-06-03 00:36:14 +0530 |
| commit | c745b90dfdc97a2e04582051b01fde83883d8e3e (patch) | |
| tree | dd6dff068976b5a39e02ff548213b11fc17725be /lib/pages/Apps.dart | |
| parent | 4238816f65844f0b96c54a37bd9c6a64c9489ed4 (diff) | |
| download | daft-launcher-c745b90dfdc97a2e04582051b01fde83883d8e3e.tar.gz daft-launcher-c745b90dfdc97a2e04582051b01fde83883d8e3e.zip | |
Includes system apps
Diffstat (limited to '')
| -rw-r--r-- | lib/pages/Apps.dart | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pages/Apps.dart b/lib/pages/Apps.dart index 3bf54c5..3b0845f 100644 --- a/lib/pages/Apps.dart +++ b/lib/pages/Apps.dart @@ -31,7 +31,7 @@ class Option extends StatelessWidget { class AppsView extends StatelessWidget { Future<List<Application>> appListF = DeviceApps.getInstalledApplications( - includeSystemApps: false, + includeSystemApps: true, onlyAppsWithLaunchIntent: true, ); |
