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

Commit 92cef6c8 authored by Makoto Onuki's avatar Makoto Onuki Committed by Android (Google) Code Review
Browse files

Merge "Temporarily fix for the "telecom" command"

parents 2e549f01 55773003
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);
    }