* changes:
Restrict touch to the view height with the title. This should fix the links in the bottom of the screen are not touchable when title bar presents.
should fix the links in the bottom of the screen are not
touchable when title bar presents.
Also fix a bug in calcOutContentVisibleRect. We need to
adjust visibleTitleHeight for the top, but we should not
do it for the bottom. Otherwise, WebKit will have the
wrong visible rect and it will think the part right under
the bottom of the screen are visible.
Fix http://b/issue?id=2140971
Turning off backup in the Settings UI constitutes an opt-out of the whole
mechanism. For privacy reasons we instruct the backend to wipe all of the data
belonging to this device when the user does this. If the attempt fails it is
rescheduled in the future based on the transport's requestBackupTime()
suggestion. If network connectivity changes prompt the transport to indicate a
backup pass is appropriate "now," any pending init operation is processed before
the backup schedule is resumed.
The broadcasts used internally to the backup manager are now fully protected;
third party apps can neither send nor receive them.
(Also a minor logging change; don't log 'appropriate' EOF encountered during
parsing of a backup data stream.)
Open a draft MMS message having some subject, some text and any attachment.
Remove the written subject and again save it as draft. In the messaging
main screen, can still see previously entered subject.
Change-Id: I1a30978b7c06fab253ea5d4da0254c3780d18a62
Note that there are a few new assets here that don't exist
in mdpi (and aren't yet referenced by code):
core/res/res/drawable-hdpi/stat_sys_signal_0_cdma.png
core/res/res/drawable-hdpi/stat_sys_signal_1_cdma.png
core/res/res/drawable-hdpi/stat_sys_signal_2_cdma.png
core/res/res/drawable-hdpi/stat_sys_signal_3_cdma.png
core/res/res/drawable-hdpi/stat_sys_signal_4_cdma.png
core/res/res/drawable-hdpi/stat_sys_signal_evdo_0.png
core/res/res/drawable-hdpi/stat_sys_signal_evdo_1.png
core/res/res/drawable-hdpi/stat_sys_signal_evdo_2.png
core/res/res/drawable-hdpi/stat_sys_signal_evdo_3.png
core/res/res/drawable-hdpi/stat_sys_signal_evdo_4.png
Previously, if callers registered OnAccountsUpdateListeners with a null handler,
removeOnAccountsUpdateListener would fail attempting to remove the listener.
Change-Id: If9906d3711f816e60c4b491b7f33671f089ac00f
Lot of infrastructure for more things to go away when "clear system dialogs"
happens, and now do this when we turn on the lock screen.
Change-Id: I567130296fe47ce82df065ed58ef21b37416ceaf
Contacts app's EditContactActivity now explicitly set those to null, so I thought vCard importer
also shold do so.
Internal issue number: 2141766
TODO:
Contacts app's side should be also modified to completely fix the issue above.