MbmsHelper
public final class MbmsHelper
Helper methods for working with the android.telephony.mbms cell-broadcast APIs.
Summary
Public methods |
|
|---|---|
static @Nullable CharSequence |
getBestNameForService(Finds the best name for an eMBMS streaming or file-download service, given a |
Public methods
getBestNameForService
public static @Nullable CharSequence getBestNameForService(
@NonNull Context context,
@NonNull ServiceInfo serviceInfo
)
Finds the best name for an eMBMS streaming or file-download service, given a Context that specifies the user's preferred languages. If no language supported by the ServiceInfo is preferred by the user, this method will return null. If called while running on an SDK version prior to P, this method will return null.
| Parameters | |
|---|---|
@NonNull Context context |
An instance of |
@NonNull ServiceInfo serviceInfo |
An instance of |
| Returns | |
|---|---|
@Nullable CharSequence |
The best name to display to the user for the service, or |