1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
// WARNING: This file was autogenerated by jni-bindgen. Any changes to this file may be lost!!!
#[cfg(any(feature = "all", feature = "android-provider-Settings"))]
__jni_bindgen! {
/// public final class [Settings](https://developer.android.com/reference/android/provider/Settings.html)
///
/// Required feature: "android-provider-Settings"
public final class Settings ("android/provider/Settings") extends crate::java::lang::Object {
/// [Settings](https://developer.android.com/reference/android/provider/Settings.html#Settings())
pub fn new<'env>(__jni_env: &'env __jni_bindgen::Env) -> __jni_bindgen::std::result::Result<__jni_bindgen::Local<'env, crate::android::provider::Settings>, __jni_bindgen::Local<'env, crate::java::lang::Throwable>> {
// class.path == "android/provider/Settings", java.flags == PUBLIC, .name == "<init>", .descriptor == "()V"
unsafe {
let __jni_args = [];
let (__jni_class, __jni_method) = __jni_env.require_class_method("android/provider/Settings\0", "<init>\0", "()V\0");
__jni_env.new_object_a(__jni_class, __jni_method, __jni_args.as_ptr())
}
}
/// public static final [ACTION_ACCESSIBILITY_SETTINGS](https://developer.android.com/reference/android/provider/Settings.html#ACTION_ACCESSIBILITY_SETTINGS)
pub const ACTION_ACCESSIBILITY_SETTINGS : &'static str = "android.settings.ACCESSIBILITY_SETTINGS";
/// public static final [ACTION_ADD_ACCOUNT](https://developer.android.com/reference/android/provider/Settings.html#ACTION_ADD_ACCOUNT)
pub const ACTION_ADD_ACCOUNT : &'static str = "android.settings.ADD_ACCOUNT_SETTINGS";
/// public static final [ACTION_AIRPLANE_MODE_SETTINGS](https://developer.android.com/reference/android/provider/Settings.html#ACTION_AIRPLANE_MODE_SETTINGS)
pub const ACTION_AIRPLANE_MODE_SETTINGS : &'static str = "android.settings.AIRPLANE_MODE_SETTINGS";
/// public static final [ACTION_APN_SETTINGS](https://developer.android.com/reference/android/provider/Settings.html#ACTION_APN_SETTINGS)
pub const ACTION_APN_SETTINGS : &'static str = "android.settings.APN_SETTINGS";
/// public static final [ACTION_APPLICATION_DETAILS_SETTINGS](https://developer.android.com/reference/android/provider/Settings.html#ACTION_APPLICATION_DETAILS_SETTINGS)
pub const ACTION_APPLICATION_DETAILS_SETTINGS : &'static str = "android.settings.APPLICATION_DETAILS_SETTINGS";
/// public static final [ACTION_APPLICATION_DEVELOPMENT_SETTINGS](https://developer.android.com/reference/android/provider/Settings.html#ACTION_APPLICATION_DEVELOPMENT_SETTINGS)
pub const ACTION_APPLICATION_DEVELOPMENT_SETTINGS : &'static str = "android.settings.APPLICATION_DEVELOPMENT_SETTINGS";
/// public static final [ACTION_APPLICATION_SETTINGS](https://developer.android.com/reference/android/provider/Settings.html#ACTION_APPLICATION_SETTINGS)
pub const ACTION_APPLICATION_SETTINGS : &'static str = "android.settings.APPLICATION_SETTINGS";
/// public static final [ACTION_BLUETOOTH_SETTINGS](https://developer.android.com/reference/android/provider/Settings.html#ACTION_BLUETOOTH_SETTINGS)
pub const ACTION_BLUETOOTH_SETTINGS : &'static str = "android.settings.BLUETOOTH_SETTINGS";
/// public static final [ACTION_CAPTIONING_SETTINGS](https://developer.android.com/reference/android/provider/Settings.html#ACTION_CAPTIONING_SETTINGS)
pub const ACTION_CAPTIONING_SETTINGS : &'static str = "android.settings.CAPTIONING_SETTINGS";
/// public static final [ACTION_CAST_SETTINGS](https://developer.android.com/reference/android/provider/Settings.html#ACTION_CAST_SETTINGS)
pub const ACTION_CAST_SETTINGS : &'static str = "android.settings.CAST_SETTINGS";
/// public static final [ACTION_DATA_ROAMING_SETTINGS](https://developer.android.com/reference/android/provider/Settings.html#ACTION_DATA_ROAMING_SETTINGS)
pub const ACTION_DATA_ROAMING_SETTINGS : &'static str = "android.settings.DATA_ROAMING_SETTINGS";
/// public static final [ACTION_DATE_SETTINGS](https://developer.android.com/reference/android/provider/Settings.html#ACTION_DATE_SETTINGS)
pub const ACTION_DATE_SETTINGS : &'static str = "android.settings.DATE_SETTINGS";
/// public static final [ACTION_DEVICE_INFO_SETTINGS](https://developer.android.com/reference/android/provider/Settings.html#ACTION_DEVICE_INFO_SETTINGS)
pub const ACTION_DEVICE_INFO_SETTINGS : &'static str = "android.settings.DEVICE_INFO_SETTINGS";
/// public static final [ACTION_DISPLAY_SETTINGS](https://developer.android.com/reference/android/provider/Settings.html#ACTION_DISPLAY_SETTINGS)
pub const ACTION_DISPLAY_SETTINGS : &'static str = "android.settings.DISPLAY_SETTINGS";
/// public static final [ACTION_DREAM_SETTINGS](https://developer.android.com/reference/android/provider/Settings.html#ACTION_DREAM_SETTINGS)
pub const ACTION_DREAM_SETTINGS : &'static str = "android.settings.DREAM_SETTINGS";
/// public static final [ACTION_HOME_SETTINGS](https://developer.android.com/reference/android/provider/Settings.html#ACTION_HOME_SETTINGS)
pub const ACTION_HOME_SETTINGS : &'static str = "android.settings.HOME_SETTINGS";
/// public static final [ACTION_INPUT_METHOD_SETTINGS](https://developer.android.com/reference/android/provider/Settings.html#ACTION_INPUT_METHOD_SETTINGS)
pub const ACTION_INPUT_METHOD_SETTINGS : &'static str = "android.settings.INPUT_METHOD_SETTINGS";
/// public static final [ACTION_INPUT_METHOD_SUBTYPE_SETTINGS](https://developer.android.com/reference/android/provider/Settings.html#ACTION_INPUT_METHOD_SUBTYPE_SETTINGS)
pub const ACTION_INPUT_METHOD_SUBTYPE_SETTINGS : &'static str = "android.settings.INPUT_METHOD_SUBTYPE_SETTINGS";
/// public static final [ACTION_INTERNAL_STORAGE_SETTINGS](https://developer.android.com/reference/android/provider/Settings.html#ACTION_INTERNAL_STORAGE_SETTINGS)
pub const ACTION_INTERNAL_STORAGE_SETTINGS : &'static str = "android.settings.INTERNAL_STORAGE_SETTINGS";
/// public static final [ACTION_LOCALE_SETTINGS](https://developer.android.com/reference/android/provider/Settings.html#ACTION_LOCALE_SETTINGS)
pub const ACTION_LOCALE_SETTINGS : &'static str = "android.settings.LOCALE_SETTINGS";
/// public static final [ACTION_LOCATION_SOURCE_SETTINGS](https://developer.android.com/reference/android/provider/Settings.html#ACTION_LOCATION_SOURCE_SETTINGS)
pub const ACTION_LOCATION_SOURCE_SETTINGS : &'static str = "android.settings.LOCATION_SOURCE_SETTINGS";
/// public static final [ACTION_MANAGE_ALL_APPLICATIONS_SETTINGS](https://developer.android.com/reference/android/provider/Settings.html#ACTION_MANAGE_ALL_APPLICATIONS_SETTINGS)
pub const ACTION_MANAGE_ALL_APPLICATIONS_SETTINGS : &'static str = "android.settings.MANAGE_ALL_APPLICATIONS_SETTINGS";
/// public static final [ACTION_MANAGE_APPLICATIONS_SETTINGS](https://developer.android.com/reference/android/provider/Settings.html#ACTION_MANAGE_APPLICATIONS_SETTINGS)
pub const ACTION_MANAGE_APPLICATIONS_SETTINGS : &'static str = "android.settings.MANAGE_APPLICATIONS_SETTINGS";
/// public static final [ACTION_MEMORY_CARD_SETTINGS](https://developer.android.com/reference/android/provider/Settings.html#ACTION_MEMORY_CARD_SETTINGS)
pub const ACTION_MEMORY_CARD_SETTINGS : &'static str = "android.settings.MEMORY_CARD_SETTINGS";
/// public static final [ACTION_NETWORK_OPERATOR_SETTINGS](https://developer.android.com/reference/android/provider/Settings.html#ACTION_NETWORK_OPERATOR_SETTINGS)
pub const ACTION_NETWORK_OPERATOR_SETTINGS : &'static str = "android.settings.NETWORK_OPERATOR_SETTINGS";
/// public static final [ACTION_NFCSHARING_SETTINGS](https://developer.android.com/reference/android/provider/Settings.html#ACTION_NFCSHARING_SETTINGS)
pub const ACTION_NFCSHARING_SETTINGS : &'static str = "android.settings.NFCSHARING_SETTINGS";
/// public static final [ACTION_NFC_PAYMENT_SETTINGS](https://developer.android.com/reference/android/provider/Settings.html#ACTION_NFC_PAYMENT_SETTINGS)
pub const ACTION_NFC_PAYMENT_SETTINGS : &'static str = "android.settings.NFC_PAYMENT_SETTINGS";
/// public static final [ACTION_NFC_SETTINGS](https://developer.android.com/reference/android/provider/Settings.html#ACTION_NFC_SETTINGS)
pub const ACTION_NFC_SETTINGS : &'static str = "android.settings.NFC_SETTINGS";
/// public static final [ACTION_PRINT_SETTINGS](https://developer.android.com/reference/android/provider/Settings.html#ACTION_PRINT_SETTINGS)
pub const ACTION_PRINT_SETTINGS : &'static str = "android.settings.ACTION_PRINT_SETTINGS";
/// public static final [ACTION_PRIVACY_SETTINGS](https://developer.android.com/reference/android/provider/Settings.html#ACTION_PRIVACY_SETTINGS)
pub const ACTION_PRIVACY_SETTINGS : &'static str = "android.settings.PRIVACY_SETTINGS";
/// public static final [ACTION_QUICK_LAUNCH_SETTINGS](https://developer.android.com/reference/android/provider/Settings.html#ACTION_QUICK_LAUNCH_SETTINGS)
pub const ACTION_QUICK_LAUNCH_SETTINGS : &'static str = "android.settings.QUICK_LAUNCH_SETTINGS";
/// public static final [ACTION_SEARCH_SETTINGS](https://developer.android.com/reference/android/provider/Settings.html#ACTION_SEARCH_SETTINGS)
pub const ACTION_SEARCH_SETTINGS : &'static str = "android.search.action.SEARCH_SETTINGS";
/// public static final [ACTION_SECURITY_SETTINGS](https://developer.android.com/reference/android/provider/Settings.html#ACTION_SECURITY_SETTINGS)
pub const ACTION_SECURITY_SETTINGS : &'static str = "android.settings.SECURITY_SETTINGS";
/// public static final [ACTION_SETTINGS](https://developer.android.com/reference/android/provider/Settings.html#ACTION_SETTINGS)
pub const ACTION_SETTINGS : &'static str = "android.settings.SETTINGS";
/// public static final [ACTION_SHOW_REGULATORY_INFO](https://developer.android.com/reference/android/provider/Settings.html#ACTION_SHOW_REGULATORY_INFO)
pub const ACTION_SHOW_REGULATORY_INFO : &'static str = "android.settings.SHOW_REGULATORY_INFO";
/// public static final [ACTION_SOUND_SETTINGS](https://developer.android.com/reference/android/provider/Settings.html#ACTION_SOUND_SETTINGS)
pub const ACTION_SOUND_SETTINGS : &'static str = "android.settings.SOUND_SETTINGS";
/// public static final [ACTION_SYNC_SETTINGS](https://developer.android.com/reference/android/provider/Settings.html#ACTION_SYNC_SETTINGS)
pub const ACTION_SYNC_SETTINGS : &'static str = "android.settings.SYNC_SETTINGS";
/// public static final [ACTION_USAGE_ACCESS_SETTINGS](https://developer.android.com/reference/android/provider/Settings.html#ACTION_USAGE_ACCESS_SETTINGS)
pub const ACTION_USAGE_ACCESS_SETTINGS : &'static str = "android.settings.USAGE_ACCESS_SETTINGS";
/// public static final [ACTION_USER_DICTIONARY_SETTINGS](https://developer.android.com/reference/android/provider/Settings.html#ACTION_USER_DICTIONARY_SETTINGS)
pub const ACTION_USER_DICTIONARY_SETTINGS : &'static str = "android.settings.USER_DICTIONARY_SETTINGS";
/// public static final [ACTION_VOICE_INPUT_SETTINGS](https://developer.android.com/reference/android/provider/Settings.html#ACTION_VOICE_INPUT_SETTINGS)
pub const ACTION_VOICE_INPUT_SETTINGS : &'static str = "android.settings.VOICE_INPUT_SETTINGS";
/// public static final [ACTION_WIFI_IP_SETTINGS](https://developer.android.com/reference/android/provider/Settings.html#ACTION_WIFI_IP_SETTINGS)
pub const ACTION_WIFI_IP_SETTINGS : &'static str = "android.settings.WIFI_IP_SETTINGS";
/// public static final [ACTION_WIFI_SETTINGS](https://developer.android.com/reference/android/provider/Settings.html#ACTION_WIFI_SETTINGS)
pub const ACTION_WIFI_SETTINGS : &'static str = "android.settings.WIFI_SETTINGS";
/// public static final [ACTION_WIRELESS_SETTINGS](https://developer.android.com/reference/android/provider/Settings.html#ACTION_WIRELESS_SETTINGS)
pub const ACTION_WIRELESS_SETTINGS : &'static str = "android.settings.WIRELESS_SETTINGS";
/// public static final [AUTHORITY](https://developer.android.com/reference/android/provider/Settings.html#AUTHORITY)
pub const AUTHORITY : &'static str = "settings";
/// public static final [EXTRA_ACCOUNT_TYPES](https://developer.android.com/reference/android/provider/Settings.html#EXTRA_ACCOUNT_TYPES)
pub const EXTRA_ACCOUNT_TYPES : &'static str = "account_types";
/// public static final [EXTRA_AUTHORITIES](https://developer.android.com/reference/android/provider/Settings.html#EXTRA_AUTHORITIES)
pub const EXTRA_AUTHORITIES : &'static str = "authorities";
/// public static final [EXTRA_INPUT_METHOD_ID](https://developer.android.com/reference/android/provider/Settings.html#EXTRA_INPUT_METHOD_ID)
pub const EXTRA_INPUT_METHOD_ID : &'static str = "input_method_id";
}
}