Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment