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

Commit cb4cb3e5 authored by Hakjun Choi's avatar Hakjun Choi
Browse files

Fix Build Breakage

-    method @FlaggedApi(Flags.FLAG_OEM_ENABLED_SATELLITE_FLAG) public boolean isNtn();
+    method @FlaggedApi(com.android.internal.telephony.flags.oem_enabled_satellite_flag) public boolean isNtn();
from api/current.txt

Bug: 301517271
Test: Build Test
Change-Id: Ib8700d1c830f4ede76bf0193675fd53e3208a1fb
parent 8a45f22a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44888,7 +44888,7 @@ package android.telephony {
    method public int getSubscriptionType();
    method public int getUsageSetting();
    method public boolean isEmbedded();
    method @FlaggedApi(Flags.FLAG_OEM_ENABLED_SATELLITE_FLAG) public boolean isNtn();
    method @FlaggedApi("com.android.internal.telephony.flags.oem_enabled_satellite_flag") public boolean isNtn();
    method public boolean isOpportunistic();
    method public void writeToParcel(android.os.Parcel, int);
    field @NonNull public static final android.os.Parcelable.Creator<android.telephony.SubscriptionInfo> CREATOR;