Skip to content

Commit

Permalink
Some WSA utility stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
alesimula committed Jan 27, 2023
1 parent 09225ec commit ef39608
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/utils/wsa_utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ class WSAUtils {
static bool launchSettings() => launchApp("com.android.settings");
static bool launchDeveloperSettings() => launch("/deeplink wsa-client://developer-settings");
static bool launchSystem() => launchApp("android.system");
static bool shutdown() => launch("/shutdown");
static bool modifyApp(String package) => launch("/modify $package");
//launch("/jump"); // No idea what this does
//launch("/deeplink wsa-client://legal-settings"); // Legal settings, pretty useless stuff
}

class WSAPkgInfo extends WinPkgInfo {
Expand Down

0 comments on commit ef39608

Please sign in to comment.