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
// WARNING: This file was autogenerated by jni-bindgen. Any changes to this file may be lost!!!
#[cfg(any(feature = "all", feature = "android-Manifest_permission_group"))]
__jni_bindgen! {
/// public final class [Manifest.permission_group](https://developer.android.com/reference/android/Manifest.permission_group.html)
///
/// Required feature: "android-Manifest_permission_group"
public final class Manifest_permission_group ("android/Manifest$permission_group") extends crate::java::lang::Object {
/// [permission_group](https://developer.android.com/reference/android/Manifest.permission_group.html#permission_group())
pub fn new<'env>(__jni_env: &'env __jni_bindgen::Env) -> __jni_bindgen::std::result::Result<__jni_bindgen::Local<'env, crate::android::Manifest_permission_group>, __jni_bindgen::Local<'env, crate::java::lang::Throwable>> {
// class.path == "android/Manifest$permission_group", java.flags == PUBLIC, .name == "<init>", .descriptor == "()V"
unsafe {
let __jni_args = [];
let (__jni_class, __jni_method) = __jni_env.require_class_method("android/Manifest$permission_group\0", "<init>\0", "()V\0");
__jni_env.new_object_a(__jni_class, __jni_method, __jni_args.as_ptr())
}
}
/// public static final [ACCOUNTS](https://developer.android.com/reference/android/Manifest.permission_group.html#ACCOUNTS)
pub const ACCOUNTS : &'static str = "android.permission-group.ACCOUNTS";
/// public static final [COST_MONEY](https://developer.android.com/reference/android/Manifest.permission_group.html#COST_MONEY)
pub const COST_MONEY : &'static str = "android.permission-group.COST_MONEY";
/// public static final [DEVELOPMENT_TOOLS](https://developer.android.com/reference/android/Manifest.permission_group.html#DEVELOPMENT_TOOLS)
pub const DEVELOPMENT_TOOLS : &'static str = "android.permission-group.DEVELOPMENT_TOOLS";
/// public static final [HARDWARE_CONTROLS](https://developer.android.com/reference/android/Manifest.permission_group.html#HARDWARE_CONTROLS)
pub const HARDWARE_CONTROLS : &'static str = "android.permission-group.HARDWARE_CONTROLS";
/// public static final [LOCATION](https://developer.android.com/reference/android/Manifest.permission_group.html#LOCATION)
pub const LOCATION : &'static str = "android.permission-group.LOCATION";
/// public static final [MESSAGES](https://developer.android.com/reference/android/Manifest.permission_group.html#MESSAGES)
pub const MESSAGES : &'static str = "android.permission-group.MESSAGES";
/// public static final [NETWORK](https://developer.android.com/reference/android/Manifest.permission_group.html#NETWORK)
pub const NETWORK : &'static str = "android.permission-group.NETWORK";
/// public static final [PERSONAL_INFO](https://developer.android.com/reference/android/Manifest.permission_group.html#PERSONAL_INFO)
pub const PERSONAL_INFO : &'static str = "android.permission-group.PERSONAL_INFO";
/// public static final [PHONE_CALLS](https://developer.android.com/reference/android/Manifest.permission_group.html#PHONE_CALLS)
pub const PHONE_CALLS : &'static str = "android.permission-group.PHONE_CALLS";
/// public static final [STORAGE](https://developer.android.com/reference/android/Manifest.permission_group.html#STORAGE)
pub const STORAGE : &'static str = "android.permission-group.STORAGE";
/// public static final [SYSTEM_TOOLS](https://developer.android.com/reference/android/Manifest.permission_group.html#SYSTEM_TOOLS)
pub const SYSTEM_TOOLS : &'static str = "android.permission-group.SYSTEM_TOOLS";
}
}