ACTION_LOCATION_SOURCE_SETTINGS 定位设置界面 ACTION_AIRPLANE_MODE_SETTINGS 更多连接方式设置界面 ACTION_DATA_ROAMING_SETTINGS 双卡和移动网络设置界面 ACTION_ACCESSIBILITY_SETTINGS 无障碍设置界面 ACTION_SYNC_SETTINGS 同步设置界面 ACTION_ADD_ACCOUNT 添加账户界面 ACTION_NETWORK_OPERATOR_SETTINGS 选取运营商的界面 ...
ACTION_LOCATION_SOURCE_SETTINGS 定位设置界面 ACTION_AIRPLANE_MODE_SETTINGS 更多连接方式设置界面 ACTION_DATA_ROAMING_SETTINGS 双卡和移动网络设置界面 ACTION_ACCESSIBILITY_SETTINGS 无障碍设置界面/辅助功能界面 ACTION_SYNC_SETTINGS 同步设置界面 ACTION_ADD_ACCOUNT 添加账户界面 ACTION_NETWORK_OPERATOR_SETTINGS 选取...
15. ACTION_INPUT_METHOD_SUBTYPE_SETTINGS 【API 11及以上】 // 跳转 语言选择界面 【多国语言选择】 Intent intent=new Intent(Settings.ACTION_INPUT_METHOD_SUBTYPE_SETTINGS); startActivity(intent); 16. ACTION_INTERNAL_STORAGE_SETTINGS // 跳转存储设置界面【内部存储】 Intent intent=new Intent(Settings.A...
ACTION_AIRPLANE_MODE_SETTINGS:飞行模式设置界面 ACTION_APN_SETTINGS:APNs设置界面 ACTION_APPLICATION_DETAILS_SETTINGS:根据包名跳转到系统自带的应用程序信息界面 ACTION_APPLICATION_DEVELOPMENT_SETTINGS:开发人员选项界面 ACTION_APPLICATION_SETTINGS:应用程序列表界面 ACTION_BLUETOOTH_SETTINGS:蓝牙设置界面 ACTION_DATA_ROAM...
Activity Action: Show settings to allow configuration of current location sources. C# 複製 [Android.Runtime.Register("ACTION_LOCATION_SOURCE_SETTINGS")] public const string ActionLocationSourceSettings; Field Value String Attributes RegisterAttribute Remarks Activity Action: Show settings to allow ...
LocationRequest对象用于向LocationClient请求位置更新的服务质量 (QoS)。 您可以使用以下有用的 setter 方法来处理 QoS。 您可以在 Android 官方文档中查看等效的 getter 方法。 例如,如果您的应用程序想要高精度定位,它应该创建一个定位请求,其中setPriority(int)设置为 PRIORITY_HIGH_ACCURACY 和setInterval(long)为 ...
action 界面 ACTION_SETTINGS 系统设置界面 ACTION_APN_SETTINGS APN设置界面 ACTION_LOCATION_SOURCE_SETTINGS 定位设置界面 ACTION_AIRPLANE_MODE_SETTINGS 更多连接方式设置界面 ACTION_DA
Java documentation for android.provider.Settings.ACTION_APPLICATION_DEVELOPMENT_SETTINGS. 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 產品版...
Activity Action: Show system settings. Input: Nothing. Output: Nothing. Java documentation for android.provider.Settings.ACTION_SETTINGS. 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 ...
Java documentation for android.provider.Settings.ACTION_MANAGE_UNKNOWN_APP_SOURCES. 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 Проду...