【新聞內容】Android系統現在的更新步伐和速度明顯慢了下來,4.1、4.2、4.3都統一在Jelly Bean一個代號下就是明證。現在,Android 4.3已經洩露出來,仍然沒有太大的驚喜,只是一些細節上的改進。
通過對洩露的系統文件進行研究,有人發現了這麼一組代碼:
<string name="manage_notification_access">Notification access</string>
<string name="manage_notification_access_summary_zero">Apps cannot read notifications</string>
<string name="no_notification_listeners">No notification listeners are installed.</string>
<string name="notification_listener_security_warning_title">Enable %1$s?</string>
<string name="notification_listener_security_warning_summary">%1$s will be able to read all notifications posted by the system or any installed app, which may include personal information such as contact names and the text of messages sent to you. It will also be able to dismiss these notifications or touch action buttons within them.</string>
都是關於系統通知的。注意最後一段:“可以查看系統或任何已安裝應用發出的所有通知,其中可能包含聯繫人姓名、短信等個人信息。還可以移除這些通知,或者觸發其中的動作按鈕。”
換一種比較容易理解的表達方式就是:現在的安卓系統通知在點擊或者移除後就徹底消失了,4.3上增加了通知歷史,可以找回曾經的通知,並且重新進行正常操作。
比較人性化的是,未操作的新通知會高亮顯示,歷史通知則是灰色的。
通知來自哪個應用似乎也會一併列出來,這就方便找到該死的廣告來源了。
| |
|