Svetoslav Ganov
29e3f76669
am 607bc34f: Merge "Reset permissions and app links when clearing app preferences - framework" into mnc-dev
...
* commit '607bc34f93a8c074d1982861273d210291eae34d':
Reset permissions and app links when clearing app preferences - framework
2015-07-23 22:42:42 +00:00
Svetoslav Ganov
bb8bdd7168
am 258e630a: Merge "Shut down UiAutomationConnection without a lock held" into mnc-dev
...
* commit '258e630a6bc876c57ac97c6da3e5414d0e7eb036':
Shut down UiAutomationConnection without a lock held
2015-07-23 22:42:35 +00:00
Svetoslav Ganov
607bc34f93
Merge "Reset permissions and app links when clearing app preferences - framework" into mnc-dev
2015-07-23 21:46:53 +00:00
Svetoslav Ganov
258e630a6b
Merge "Shut down UiAutomationConnection without a lock held" into mnc-dev
2015-07-23 21:44:58 +00:00
Junda Liu
59ae2da698
am 859551f7: Merge "Remove volte_feature_disabled as carrier config handled it." into mnc-dev
...
* commit '859551f7c0acdc8fa9f9d5ffaf0efc69441d5e47':
Remove volte_feature_disabled as carrier config handled it.
2015-07-23 19:00:01 +00:00
Dianne Hackborn
da56bea428
am 4a368659: Merge "Fix issue #22414729 : Checkin start clock time is different from hsitory reset time" into mnc-dev
...
* commit '4a368659baf8f86b522a6b2679bb2b2a9fd0a997':
Fix issue #22414729 : Checkin start clock time is different from hsitory reset time
2015-07-23 18:59:08 +00:00
Dianne Hackborn
aa0d93873d
am 5507bb41: Merge "Fix issue #22653116 : Google App crashing on NYT app" into mnc-dev
...
* commit '5507bb41b0cb11fe36573d59dc4ec8ed03cf7715':
Fix issue #22653116 : Google App crashing on NYT app
2015-07-23 18:58:53 +00:00
Svetoslav Ganov
4b4aceb5a4
am 41a62e11: Merge "Do not show normal permissions in sideloading UI" into mnc-dev
...
* commit '41a62e111d8de8e64ffc61c176add6cc6217b960':
Do not show normal permissions in sideloading UI
2015-07-23 18:58:46 +00:00
Adam Lesinski
cac798a918
am 6625047a: Merge "BatteryStats: Use English locale for dump and checkin data" into mnc-dev
...
* commit '6625047a3ba26ecc52bb2757eb7576027949e435':
BatteryStats: Use English locale for dump and checkin data
2015-07-23 18:57:52 +00:00
Alan Viverette
803e75126b
am 9478bf0e: Merge "Fix handling of RelativeLayout measurement using UNSPECIFIED spec" into mnc-dev
...
* commit '9478bf0e6f9618b8a5b844deaf548fc5ad1ff024':
Fix handling of RelativeLayout measurement using UNSPECIFIED spec
2015-07-23 18:57:24 +00:00
Fyodor Kupolov
56bfa51363
am 5ef70b02: Merge "Added a note about location permission" into mnc-dev
...
* commit '5ef70b02ead0a1e164370fefaff27bfd1ce0d492':
Added a note about location permission
2015-07-23 18:57:17 +00:00
Jeff Sharkey
e5a0e17667
am f6e9a3ed: Merge "More info to support CTS, fix reconcile bug." into mnc-dev
...
* commit 'f6e9a3ede53ae487838c19714ad62f25a4a6ca4c':
More info to support CTS, fix reconcile bug.
2015-07-23 18:57:02 +00:00
Jason Monk
5669e4035d
am 4fc1b707: Merge changes from topic \'TunerLoc\' into mnc-dev
...
* commit '4fc1b707442451f4a826929fc7e72967d443c73f':
Add metrics to tuner
Move tuner enable point to QS
2015-07-23 18:56:53 +00:00
Dianne Hackborn
eaf3de13ff
am 6f64e737: Merge "Fix issue #22612630 : Ensure SMS/Call delivery during Doze" into mnc-dev
...
* commit '6f64e737f046cd9ae13e260027781acfabaa4cba':
Fix issue #22612630 : Ensure SMS/Call delivery during Doze
2015-07-23 18:56:39 +00:00
Svet Ganov
9c8b8ab941
Reset permissions and app links when clearing app preferences - framework
...
bug:22359132
Change-Id: I198c0b1cd6c3dcb91fe560874a8502eb6b5f65b3
2015-07-23 10:36:35 -07:00
Junda Liu
859551f7c0
Merge "Remove volte_feature_disabled as carrier config handled it." into mnc-dev
2015-07-23 16:20:35 +00:00
Svet Ganov
7bb48725de
Shut down UiAutomationConnection without a lock held
...
bug:22599759
Change-Id: I90bca614960522269497127658c16b0bb6ec0476
2015-07-22 19:03:29 -07:00
Dianne Hackborn
4a368659ba
Merge "Fix issue #22414729 : Checkin start clock time is different from hsitory reset time" into mnc-dev
2015-07-23 00:56:19 +00:00
Dianne Hackborn
5507bb41b0
Merge "Fix issue #22653116 : Google App crashing on NYT app" into mnc-dev
2015-07-23 00:35:34 +00:00
Svetoslav Ganov
41a62e111d
Merge "Do not show normal permissions in sideloading UI" into mnc-dev
2015-07-23 00:27:16 +00:00
Dianne Hackborn
d48954fb6b
Fix issue #22414729 : Checkin start clock time is different from hsitory reset time
...
There was a mistake in the code that was supposed to recover from the
initial time on a new device being bad until the real time ultimately
gets set, which was causing us to update the start clock time every time
there was a time change (instead of just when the original start time
appears bad).
Rework all of this, so we now count the start time as bad if it is more
than one year before the current time, only modifying it in that case.
Also when modifying it, adjust the time we set it to take in to account
how much realtime has actually elapsed so far in the battery stats.
Change-Id: If74bd711d9b7618c8f6148a9935c452aaaa7e257
2015-07-22 17:26:32 -07:00
Svetoslav
a3f68ef2f6
Do not show normal permissions in sideloading UI
...
bug:22627493
Change-Id: I5bb900bb2cd68893c21d9e9b2c973d331d355b58
2015-07-22 17:05:05 -07:00
Dianne Hackborn
3e8125b40e
Fix issue #22653116 : Google App crashing on NYT app
...
We weren't correctly handling the root view of the window --
we were just pushing it on to the stack, but that means it got
written at the end. Instead, we now immediately write it
after the window and let things follow from there.
Change-Id: I070c96bd2443f312a7c6f495d1bf72fa19c614d6
2015-07-22 17:02:10 -07:00
Adam Lesinski
6625047a3b
Merge "BatteryStats: Use English locale for dump and checkin data" into mnc-dev
2015-07-22 21:28:37 +00:00
Adam Lesinski
8a83c61497
BatteryStats: Use English locale for dump and checkin data
...
Dump and checkin data is read by tools that expect a consistent
locale.
Bug:22357316
Change-Id: I0d7e6e771c3512278efca7579fe9c4b79b560e28
2015-07-22 13:50:23 -07:00
Alan Viverette
9478bf0e6f
Merge "Fix handling of RelativeLayout measurement using UNSPECIFIED spec" into mnc-dev
2015-07-22 20:35:40 +00:00
Fyodor Kupolov
5ef70b02ea
Merge "Added a note about location permission" into mnc-dev
2015-07-22 20:27:06 +00:00
Dianne Hackborn
dd400d6a54
am b7394671: Merge "Work on issue #22303510 : Additional permissions aren\'t properly..." into mnc-dev
...
* commit 'b73946715cb9e3ca7a2702407e34f885e92a5d9a':
Work on issue #22303510 : Additional permissions aren't properly...
2015-07-22 20:19:09 +00:00
Alex Klyubin
f609383314
am ada70be8: Merge "Add KM_MIN_MAC_LENGTH tag to HMAC and AES-GCM keys." into mnc-dev
...
* commit 'ada70be897fb7541129f1ab1f6faa94a80fca986':
Add KM_MIN_MAC_LENGTH tag to HMAC and AES-GCM keys.
2015-07-22 20:18:57 +00:00
George Mount
246ede1b9c
am 7c482463: Merge "Null checks to prevent NPEs in Fragments transactions." into mnc-dev
...
* commit '7c482463cbea39cdbf2c3c8f481d82711cf0475b':
Null checks to prevent NPEs in Fragments transactions.
2015-07-22 20:17:21 +00:00
Jorim Jaggi
3bda57a05f
am 20df6234: Merge "Add callback to voice interaction session for lockscreen shown" into mnc-dev
...
* commit '20df62345910ad390a3bb321990987757db0831d':
Add callback to voice interaction session for lockscreen shown
2015-07-22 20:17:14 +00:00
Jorim Jaggi
7840c0a071
am c1244a29: Merge "Touch, wake and unlock" into mnc-dev
...
* commit 'c1244a2995087c930842b7d5e5a35a446c5c40f7':
Touch, wake and unlock
2015-07-22 20:16:55 +00:00
Jeff Sharkey
f6e9a3ede5
Merge "More info to support CTS, fix reconcile bug." into mnc-dev
2015-07-22 19:40:44 +00:00
Alan Viverette
5b39ec8b40
Fix handling of RelativeLayout measurement using UNSPECIFIED spec
...
Bug: 22613599
Change-Id: Ibdac9de1d5b53a46b29ae916e5dcc8b5c4bc9c27
2015-07-22 15:37:14 -04:00
Jason Monk
4fc1b70744
Merge changes from topic 'TunerLoc' into mnc-dev
...
* changes:
Add metrics to tuner
Move tuner enable point to QS
2015-07-22 19:29:59 +00:00
Junda Liu
d5f0f4132c
Remove volte_feature_disabled as carrier config handled it.
...
Bug: b/22602876
Change-Id: Ib1948c93eae6b563846563f1353bab24c4c687a0
2015-07-22 12:21:54 -07:00
Dianne Hackborn
6f64e737f0
Merge "Fix issue #22612630 : Ensure SMS/Call delivery during Doze" into mnc-dev
2015-07-22 19:04:00 +00:00
Jason Monk
a403159a3b
Add metrics to tuner
...
Bug: 22462605
Change-Id: I075f9a25630a89e85dd17603297565988c38075b
2015-07-22 14:41:02 -04:00
Jeff Sharkey
85ced63268
More info to support CTS, fix reconcile bug.
...
Surface more details and commands for storage volumes to support
CTS testing. Fix user reconciliation bug that skipped user setup on
empty volumes.
Bug: 22658804, 22633097
Change-Id: I4221312d1cce24d1f5a2c108095cf3cf471598ed
2015-07-22 11:11:50 -07:00
Dianne Hackborn
b73946715c
Merge "Work on issue #22303510 : Additional permissions aren't properly..." into mnc-dev
2015-07-22 16:14:59 +00:00
Alex Klyubin
ada70be897
Merge "Add KM_MIN_MAC_LENGTH tag to HMAC and AES-GCM keys." into mnc-dev
2015-07-22 15:24:27 +00:00
Dianne Hackborn
451c3468b9
Fix issue #22612630 : Ensure SMS/Call delivery during Doze
...
Add whitelist timeout for SMS.
Change-Id: I3392093000ad177a93b6ef36fb18f0398a671423
2015-07-21 17:39:46 -07:00
Dianne Hackborn
cfbfafe1b9
Work on issue #22303510 : Additional permissions aren't properly...
...
...disabled after toggling them off
Keep track of whether a permission that has been declared by an app
was able to actually be installed in the system, along with an API
to find this information so that system UI can tell whether that
permission is of interest.
Also clean up some of the permission debug output.
Change-Id: If4541bedb857789b255bb18f03cad155dcda0b95
2015-07-21 17:01:15 -07:00
George Mount
7c482463cb
Merge "Null checks to prevent NPEs in Fragments transactions." into mnc-dev
2015-07-21 22:51:27 +00:00
Jorim Jaggi
20df623459
Merge "Add callback to voice interaction session for lockscreen shown" into mnc-dev
2015-07-21 22:46:30 +00:00
Jorim Jaggi
c1244a2995
Merge "Touch, wake and unlock" into mnc-dev
2015-07-21 21:53:11 +00:00
George Mount
13d7032d59
Null checks to prevent NPEs in Fragments transactions.
...
Bug 22631964
Change-Id: I20bc80bfb0ba5f1081d1c349b94db7c5475bcc51
2015-07-21 14:30:24 -07:00
Fyodor Kupolov
4dee174f72
am 55a116d0: Merge "Updated JavaDoc for DISALLOW_MODIFY_ACCOUNTS restriction" into mnc-dev
...
* commit '55a116d00ca3f7b84a6af1c5c3472323ad5bc6ca':
Updated JavaDoc for DISALLOW_MODIFY_ACCOUNTS restriction
2015-07-21 20:47:45 +00:00
Fyodor Kupolov
55a116d00c
Merge "Updated JavaDoc for DISALLOW_MODIFY_ACCOUNTS restriction" into mnc-dev
2015-07-21 20:32:28 +00:00
Adam Lesinski
bbd86a4b2b
am 23e19066: Merge "BatteryStats: Read /proc/wakelocks first before trying /d/wakeup_sources" into mnc-dev
...
* commit '23e19066de2caf1db1fa0759ac49a1118b59f7a5':
BatteryStats: Read /proc/wakelocks first before trying /d/wakeup_sources
2015-07-21 19:41:06 +00:00