aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2020-06-03 00:36:14 +0530
committerAkshay Nair <phenax5@gmail.com>2020-06-03 00:36:14 +0530
commitc745b90dfdc97a2e04582051b01fde83883d8e3e (patch)
treedd6dff068976b5a39e02ff548213b11fc17725be /lib
parent4238816f65844f0b96c54a37bd9c6a64c9489ed4 (diff)
downloaddaft-launcher-c745b90dfdc97a2e04582051b01fde83883d8e3e.tar.gz
daft-launcher-c745b90dfdc97a2e04582051b01fde83883d8e3e.zip
Includes system apps
Diffstat (limited to 'lib')
-rw-r--r--lib/pages/Apps.dart2
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,
);