12602 Commits

Author SHA1 Message Date
Svet Ganov
033a68fe27 Lower protection level of WiFi state change permissions.
bug:21724236

Change-Id: Ib2305bf8a6be62fe6b00d9bccc7685100edba9ba
2015-06-11 20:04:11 -07:00
Svetoslav Ganov
30a253aed8 Revert accidentally deleted strings
Change-Id: I5d900c7a7f035b286bcaf044f871f781b3427568
2015-06-11 19:59:48 -07:00
Jeff Brown
c78f2ab0c4 Merge "Configure auto-rotation tilt tolerance in config.xml." into mnc-dev 2015-06-12 01:59:17 +00:00
Jeff Brown
e97c9a244b Configure auto-rotation tilt tolerance in config.xml.
This allows for the thresholds to be tuned differently for different
products as needed.

Bug: 18276856
Change-Id: I6c87e683dea6a17cf606203a894c8419e20d3658
2015-06-11 18:53:14 -07:00
Svet Ganov
6f918b2f92 Merge "Add new storage permission group" into mnc-dev 2015-06-12 01:40:24 +00:00
Svetoslav
6b8532968c Merge "Update SMS permission group description." into mnc-dev 2015-06-12 01:38:29 +00:00
Svet Ganov
55fd0a702d Merge "Bump up the protection level of the CLEAR_APP_CACHE permission" into mnc-dev 2015-06-12 01:36:59 +00:00
Svet Ganov
592d3d35a6 Merge changes Ic643bc07,I4bef927b into mnc-dev
* changes:
  Lower protection level of the dangerous Bluetooth permissions
  Update sensors permission group name string
2015-06-12 01:36:27 +00:00
Svet Ganov
a83d3eaf05 Bump up the protection level of the CLEAR_APP_CACHE permission
This permission guards only hidden and system APIs, hance it
should be signatureOrSystem protection level.

Change-Id: I8d2b75167c6887a285af0b494c39b4ffea2f0cbf
2015-06-11 18:34:31 -07:00
Svet Ganov
d81897d023 Lower protection level of the dangerous Bluetooth permissions
bug:21594947

Change-Id: Ic643bc0768b0fc9adcc3e07661ee34fa59f4ec35
2015-06-11 18:24:30 -07:00
Sungsoo Lim
d7118bcc31 Merge "Make MediaRouteControllerDialog scrollable" into mnc-dev 2015-06-11 23:52:04 +00:00
Svet Ganov
678e8532b5 Update sensors permission group name string
bug:21784262

Change-Id: I4bef927b7e9de246df8d5ab6cfe7d40f78942fe7
2015-06-11 15:58:37 -07:00
Carlos Valdivia
b3c134e161 Merge "Revert "Revert "Permissions: Fix account related permissions.""" into mnc-dev 2015-06-11 21:18:03 +00:00
Carlos Valdivia
6eb73a5778 Revert "Revert "Permissions: Fix account related permissions.""
This reverts commit dcddc476651deb72a27798de56eef584e5be5d32.

Change-Id: Ie2402167fc7cd3d5e57bf2fba704fdf00cfcb4fe
2015-06-11 14:10:04 -07:00
Amit Mahajan
02184244dc Merge "Change to add STK_PERMISSION for stk related commands." into mnc-dev 2015-06-11 20:26:41 +00:00
Carlos Valdivia
d0041e5f47 Merge "Revert "Permissions: Fix account related permissions."" into mnc-dev 2015-06-11 20:04:44 +00:00
Carlos Valdivia
dcddc47665 Revert "Permissions: Fix account related permissions."
This reverts commit ffb46022b30dffdf1cc4cbd08d4bcbe51e1f8814.

Change-Id: I4c62b1b5a5bd4e2a5fac76244a16730526ed67fc
2015-06-11 20:04:04 +00:00
Amit Mahajan
59acd140b6 Change to add STK_PERMISSION for stk related commands.
Bug: 21697171
Change-Id: I7649c7341428194963ac74e9ae622dfa76ea738b
2015-06-11 12:06:18 -07:00
Svet Ganov
db6ac98ec3 Merge "DO NOT MERGE Remove SUBSCRIBED_FEEDS permissions from framework b/20220885" into mnc-dev 2015-06-11 18:52:39 +00:00
Svet Ganov
9fb3c8826c DO NOT MERGE Remove SUBSCRIBED_FEEDS permissions from framework
b/20220885

Instead, move it to GSF:
ag/700092

SUBSCRIBED_FEEDS_READ/WRITE permissions guard the Content Provider
that stores sync feeds for 1p apps (Gmail, Claendar, etc).
The sync feeds are used for delivering and processing
GCM tickle-to-sync messages.

These permissions should not be used by 3rd parties but
if they were, this change will break them.

I don't know the reason these were not in GSF and 'signature'
to begin with. If someone does, please, comment.

Change-Id: I6c4e4c774fea12c7fe7082477c210ad75f007c66
2015-06-11 11:48:56 -07:00
Jeff Sharkey
8a26514687 Merge "Selected count string needs plurals." into mnc-dev 2015-06-11 18:21:08 +00:00
Carlos Valdivia
ffb46022b3 Permissions: Fix account related permissions.
Requires updating the docs in AccountManaager as well as the logic in
AccountManagerService.

MANAGE_ACCOUNTS, USE_CREDENTIALS, and AUTHENTCATE_ACCOUNTS are going
away. Where AUTHENTCATE_ACCOUNTS was required we now do signature
matching.

GET_ACCOUNTS is kept but has been grouped under contacts.

Bug: 20136477
Change-Id: Iabbb76dce8d1efc607c1f107911d7ddab598a481
2015-06-11 11:07:47 -07:00
Craig Lafayette
77b2d49abb Merge "Remove device initializer status messages" into mnc-dev 2015-06-11 17:45:03 +00:00
Svet Ganov
ee7fb4d683 Add new storage permission group
bug:21730509

Change-Id: If098def755417a90f50328f83d5b419d9e73f120
2015-06-11 10:15:05 -07:00
Jeff Sharkey
f491c72e4a Selected count string needs plurals.
Bug: 21717427
Change-Id: Ie0db8ac30244b022ca5838969fb085230bfc4499
2015-06-11 09:19:37 -07:00
Benjamin Franz
d168d184c0 Merge "Align the behaviour of different lock task modes" into mnc-dev 2015-06-11 16:15:37 +00:00
Chris Banes
dbdaa9b41e Merge "API council review feedback for ActionMenuView" into mnc-dev 2015-06-11 08:05:42 +00:00
Svetoslav
75a0ee081f Merge "Add system API to watch for permission changes" into mnc-dev 2015-06-11 08:02:06 +00:00
Svetoslav
f7c06eb03a Add system API to watch for permission changes
Change-Id: I1ce450a59fb326c14848f46732d877dea33f33c7
2015-06-10 21:24:13 -07:00
Jeff Sharkey
5fc247338d New strings!
Bug: 21737573, 21666225, 21756698, 21737666, 21471429
Change-Id: If1c5882d48f798d311f6d2b86277d3c13f06824e
2015-06-10 16:49:11 -07:00
Jorim Jaggi
d5f82d88e1 Merge "Update fingerprint icon" into mnc-dev 2015-06-10 23:09:03 +00:00
Jorim Jaggi
f6633da2b5 Update fingerprint icon
Now, a flat, scalable, tintable vector icon is used instead of a
complex graphics. This makes it suitable for most use cases. Also
rename it to fingerprintAuthDrawable.

Bug: 21572289
Change-Id: I413acbbd8e5143ddcb3e2cfa9772949d5fbf02fc
2015-06-10 16:03:44 -07:00
Jim Miller
9481227fac Correct comments for DPM keyguard features.
Fixes bug 21760462

Change-Id: I88d90f0091d9b467bd9017dae2b79a2ab55c7825
2015-06-10 21:41:51 +00:00
Alan Viverette
2964c7b8af Merge "Update seek bar dialog preference for Material" into mnc-dev 2015-06-10 21:28:32 +00:00
Jim Miller
09425e5069 Merge "Update DPM strings for keyguard features" into mnc-dev 2015-06-10 21:21:09 +00:00
Jim Miller
43d1194f08 Update DPM strings for keyguard features
Fixes bug 21760462

Change-Id: If71d7f7a81fe3f39da730c3fbb408a4dd25ac52f
2015-06-10 14:19:46 -07:00
Geoff Mendal
dc9ad9aaee Merge "Import translations. DO NOT MERGE" into mnc-dev 2015-06-10 16:44:10 +00:00
Geoff Mendal
43fbaf34c5 Import translations. DO NOT MERGE
Change-Id: I6645c53b1ec2f48524d162e7c9a771e0684e3628
Auto-generated-cl: translation import
2015-06-10 09:37:36 -07:00
James Cook
f22030d1c5 Merge "Fix ActionButton.CloseMode minWidth to match Toolbar.Button.Navigation" into mnc-dev 2015-06-10 15:47:23 +00:00
Lorenzo Colitti
bc7b1a4ca2 Merge "When no Internet access is detected, display a notification first." into mnc-dev 2015-06-10 15:25:31 +00:00
Lorenzo Colitti
f6673d07c3 When no Internet access is detected, display a notification first.
Previously, we displayed a dialog on top of whatever the user was
doing. Instead, display a notification that can take the user to
the dialog.

Because the notification is less intrusive, also enable it even
if the network without Internet access is already the system
default network. Previously we did not do this because in that
case the user might not have other useful options, and thus a
dialog would have been too intrusive.

Bug: 20081183
Bug: 20538448
Change-Id: I677be238d675c13a13dc0bae2dbb37cbe4f52cb6
2015-06-10 23:37:00 +09:00
Andrei Stingaceanu
1c96a94184 Merge "Completely remove ExtractActionMode from ExtractEditLayout" into mnc-dev 2015-06-10 11:19:18 +00:00
Alex Chau
ccfa54f4a2 Merge "Add strings for notification shown upon work profile deletion" into mnc-dev 2015-06-10 10:44:02 +00:00
Alex Chau
9c8d2b0620 Add strings for notification shown upon work profile deletion
Bug: 18543323

Change-Id: I87713da6684044b95b2e6c38882e20fe798f8deb
2015-06-10 11:42:14 +01:00
Chris Banes
a41b78973d API council review feedback for ActionMenuView
Reverts "MenuItem, navigation and overflow icon tinting" CL,
and adds getter and setter for the overflow icon to ActionMenuView
and Toolbar.

BUG: 21571899

Change-Id: I591f43650356443fa3256e4d74e28b6ddd8c2b33
2015-06-10 11:39:01 +01:00
Sungsoo Lim
fda6696bd9 Make MediaRouteControllerDialog scrollable
Bug: 19772765
Change-Id: I0425f24ac689bf6646c22ba9583e97b62970aabc
2015-06-10 19:23:55 +09:00
James Cook
ad35855037 Fix ActionButton.CloseMode minWidth to match Toolbar.Button.Navigation
They both need to be 56dp for the buttons to line up properly.

This ports If24608d9f8dbf912025967bf3adef13df105ddaa from
frameworks/support in lmp-mr1-ub-dev

Bug: 19317317
Change-Id: Ie1f77b8cfada45bb9f8b2d14e68c364ae4ebf579
2015-06-09 15:16:44 -07:00
Svetoslav
d6461bc4a6 Merge "Update location permission description" into mnc-dev 2015-06-09 19:29:01 +00:00
Svetoslav
d2731dd3ba Update location permission description
bug:21700600

Change-Id: I60de598ee0d8cfebd4df329532987ce533c39c32
2015-06-09 12:27:31 -07:00
Tao Bao
7dc2e9c59c Merge "Improve the reboot-to-recovery dialogs" into mnc-dev 2015-06-09 17:34:16 +00:00