这是我的android manifest.xml文件
let ref = FIRDatabase.database().reference()
let pointRef = ref.child("points")
let query = pointRef.queryEqualToValue(locationName, childKey: "location")
pointRef.observeSingleEventOfType(.ChildAdded, withBlock: { (snapshot) in
...
}
即使在评论除了设置壁纸之外的所有权限之后,我也无法看到已注释的权限,并且SET_WALLPAPER权限已应用于应用。