Language

SatelliteManager.PropertySatelliteDataOptimized Field

Definition

The applications that are optimized for low bandwidth satellite data should set this property to package name of the application in the manifest to indicate to platform about the same.

[Android.Runtime.Register("PROPERTY_SATELLITE_DATA_OPTIMIZED", ApiSince=36)]
public const string PropertySatelliteDataOptimized;
[<Android.Runtime.Register("PROPERTY_SATELLITE_DATA_OPTIMIZED", ApiSince=36)>]
val mutable PropertySatelliteDataOptimized : string

Field Value

Attributes

Remarks

The applications that are optimized for low bandwidth satellite data should set this property to package name of the application in the manifest to indicate to platform about the same. <application> <meta-data android:name="android.telephony.PROPERTY_SATELLITE_DATA_OPTIMIZED" android:value=<package-name>/> </application>

When this meta-data is set in application's manifest, satellite data optimized network is available for application to use.

Java documentation for android.telephony.satellite.SatelliteManager.PROPERTY_SATELLITE_DATA_OPTIMIZED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to