我可以在我的应用中隐藏状态栏,但是当打开带有意图的帐户管理器窗口时,会突然显示状态栏。
这是我的AccountManagerFuture:
$output = explode(":",$input)[0];
这是我的AsyncTask:
var latlng = {lat: -25.363, lng: 131.044};
var infowindow = new google.maps.InfoWindow({
position: latlng,
content: 'content in here'
});