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

Commit 55722bf5 authored by Kangping Dong's avatar Kangping Dong Committed by Gerrit Code Review
Browse files

Merge "[Thread] flagging the THREAD_NETWORK_SERVICE API" into main

parents e4c42b34 bb87a05a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3481,7 +3481,7 @@ package android.content {
    field public static final String SYSTEM_CONFIG_SERVICE = "system_config";
    field public static final String SYSTEM_UPDATE_SERVICE = "system_update";
    field public static final String TETHERING_SERVICE = "tethering";
    field public static final String THREAD_NETWORK_SERVICE = "thread_network";
    field @FlaggedApi("com.android.net.thread.flags.thread_enabled") public static final String THREAD_NETWORK_SERVICE = "thread_network";
    field public static final String TIME_MANAGER_SERVICE = "time_manager";
    field public static final String TRANSLATION_MANAGER_SERVICE = "translation";
    field public static final String UI_TRANSLATION_SERVICE = "ui_translation";
+2 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@ import android.annotation.ColorInt;
import android.annotation.ColorRes;
import android.annotation.DisplayContext;
import android.annotation.DrawableRes;
import android.annotation.FlaggedApi;
import android.annotation.IntDef;
import android.annotation.LongDef;
import android.annotation.NonNull;
@@ -4766,6 +4767,7 @@ public abstract class Context {
     * @see android.net.thread.ThreadNetworkManager
     * @hide
     */
    @FlaggedApi("com.android.net.thread.flags.thread_enabled")
    @SystemApi
    public static final String THREAD_NETWORK_SERVICE = "thread_network";