SatelliteManager.PropertySatelliteDataOptimized Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.