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

Commit b7754324 authored by Sewook Seo's avatar Sewook Seo Committed by Android (Google) Code Review
Browse files

Merge "Expose telephony flags to WiFi mainline module" into main

parents 9a9abb28 e20bf94b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@ aconfig_declarations {
    name: "telephony_flags",
    package: "com.android.internal.telephony.flags",
    container: "system",
    exportable: true,
    srcs: [
        "calling.aconfig",
        "data.aconfig",
+2 −1
Original line number Diff line number Diff line
@@ -78,6 +78,7 @@ flag {
    namespace: "telephony"
    description: "To prevent passing the TelephonyRegistry's original instance to listeners in the same process"
    bug:"379126049"
    is_exported: true
    metadata {
        purpose: PURPOSE_BUGFIX
    }