Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 55773003 authored by Makoto Onuki's avatar Makoto Onuki
Browse files

Temporarily fix for the "telecom" command

Bug: 148897549
Test: m telecom && adb sync && adb shell telecom set-sim-count 0
Change-Id: I0951aa78dd3a4cc45d0a849baf9bcac1b31ef339
parent 08b20c4b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -46,6 +46,10 @@ public final class Telecom extends BaseCommand {
     * @param args The command-line arguments
     */
    public static void main(String[] args) {
        // Initialize the telephony module.
        // TODO: Do it in zygote and RuntimeInit. b/148897549
        ActivityThread.initializeMainlineModules();

      (new Telecom()).run(args);
    }