Svet Ganov
77ab6a888a
Show basic feature warning for default granted permissions
...
bug:22174223
Change-Id: Ie8209e1f678ac459893151b5125e86eb5025aad8
2015-07-03 12:19:02 -07:00
Svet Ganov
68ffcf883c
Merge "Teach receivers, activities, providers, and services app ops." into mnc-dev
2015-07-01 23:59:21 +00:00
Svet Ganov
99b6043dad
Teach receivers, activities, providers, and services app ops.
...
Perform app op check in addition to the permisison check for all four
paltform components - activities, content providers, broadcast receivers,
services - if they are guarded by a permssion that has an associated app
op. This ensures that legacy apps will behave correctly if the permission
of the caller has been revoked, i.e. the app op for that permission was
disabled.
bug:22199666
Change-Id: Ia22d1c38d58b3cd6aabdc655cb7c7bddd85da7a2
2015-07-01 16:20:00 -07:00
Dianne Hackborn
6cc53743f5
Merge "Fix issue #20672970 : Notifications are not dismissed on hot word detection" into mnc-dev
2015-07-01 22:31:18 +00:00
Dianne Hackborn
76664d9dcf
Merge "Work on issue #21589105 : Scope WRITE_SETTINGS and SYSTEM_ALERT_WINDOW..." into mnc-dev
2015-07-01 22:21:10 +00:00
Dianne Hackborn
4e88bcd399
Fix issue #20672970 : Notifications are not dismissed on hot word detection
...
Add new VoiceInteractionSession.closeSystemDialogs() API that closes
everything except the session itself.
Change-Id: If45f1e120d8ca095b6c8055b6485acb5e710820e
2015-07-01 13:41:03 -07:00
Vinit Deshpande
edc3157948
Merge "More API review feedback" into mnc-dev
2015-07-01 19:46:55 +00:00
Dianne Hackborn
de15edaa9b
Work on issue #21589105 : Scope WRITE_SETTINGS and SYSTEM_ALERT_WINDOW...
...
...to an explicit toggle to enable in Settings
Add a new permission flag, saying the permission can be automatically
granted to pre-api-23 apps. Apply this to SYSTEM_ALERT_WINDOW.
Change-Id: I24a0ceabe7e9f5e458a864d30eda2696ad14a699
2015-07-01 12:37:00 -07:00
Aravind Akella
32207e3c66
Merge "Changes to Data Injection mode APIs" into mnc-dev
2015-07-01 17:39:57 +00:00
Paul Jensen
e51c46b068
Merge "Add ConnectivityManager.unregisterNetworkCallback(PendingIntent) API" into mnc-dev
2015-07-01 14:31:21 +00:00
Svet Ganov
22233b51c3
Merge "Remove the empty accounts group and not needed storage resources." into mnc-dev
2015-07-01 02:32:50 +00:00
Dianne Hackborn
593334ab70
Fix issue #22124996 : VI: Command Request not Active
...
Just forgot to add the request to the active set.
Also eradicate a bunch of old cruft that has been replaced
by the final APIs, and improve voice interaction test to
sit fully on top of the final APIs and have a test for
command request.
Change-Id: Ieff7a6165ebf2a4c5fb80c1ebd020511a2ae63ee
2015-06-30 16:59:41 -07:00
Vinit Deshpande
7226c8f95b
More API review feedback
...
ScanResult now hides all flags and their values, only methods
are public; and converted roaming consortium to an array of longs
instead of Longs.
Bug: 22179306
Change-Id: I644110dbddd5fa7a7109ac16051845fcc4c4e9d1
2015-06-30 15:44:00 -07:00
Barnaby James
371a2385b4
Minor doc fixes for VoiceInteractor.
...
Minor documentation fixes.
Make some @deprecated APIs @hidden.
Change-Id: I6bb3b6ab3a2518899098ac9f920386eeef12f635
2015-06-30 15:22:49 -07:00
Paul Jensen
f2c1cfe4c5
Add ConnectivityManager.unregisterNetworkCallback(PendingIntent) API
...
This better pairs up with
registerNetworkCallback(NetworkRequest, PendingIntent).
Bug:22175708
Change-Id: I336df3f48a0b814f1cbeba6d00afc4e6cc536483
2015-06-30 14:29:18 -04:00
Svet Ganov
b24ff7e03a
Merge "Add read/write external storage app ops" into mnc-dev
2015-06-30 16:50:17 +00:00
Kenny Guy
31659c253e
Merge "Deprecate APIs for admin to create users." into mnc-dev
2015-06-30 13:03:32 +00:00
Billy Lau
f62f4c94a3
Merge "Bug: 21589105 Rescoping the SYSTEM_ALERT_WINDOW permission to an explicit toggle to be manually enabled in Settings." into mnc-dev
2015-06-30 09:05:34 +00:00
Svet Ganov
921c7dfc80
Add read/write external storage app ops
...
bug:22104418
Change-Id: Ic9088f95bc02622c1163c1393e44382df6597707
2015-06-29 21:51:45 -07:00
Jorim Jaggi
e85da2bad5
Add accessibility event for assist disclosure
...
Bug: 21568059
Change-Id: Ib51d4236fcc87acd54cb5d191197b9b2c6cc54ea
2015-06-30 00:27:14 +00:00
Christopher Tate
c4c239bfe5
Merge "Don't crash in JNI: add DeadObjectException(String msg) ctor" into mnc-dev
2015-06-29 23:46:38 +00:00
Santos Cordon
bea55afc4a
Merge "Telecom API council changes." into mnc-dev
2015-06-29 23:40:24 +00:00
Santos Cordon
895d4b8f63
Telecom API council changes.
...
- adding more javadocs.
- fixing javadoc on isEnabled
- renaming to CONFIGURE_PHONE_ACCOUNT
Bug: 21573551
Change-Id: Ice035b8573a08ea18181a73c9e9a462520a934f1
2015-06-29 16:17:47 -07:00
Christopher Tate
e56db0e3fa
Don't crash in JNI: add DeadObjectException(String msg) ctor
...
Bug 22104446
Change-Id: I0a538119269fe45955130e4e3d0d0bae8ee64993
2015-06-29 16:04:57 -07:00
Aravind Akella
d123b51f8b
Changes to Data Injection mode APIs
...
Change-Id: Id55eaf03656d2d55df7f38d4cac643d97354fe9b
2015-06-29 13:04:09 -07:00
Svet Ganov
ca2c590ba3
Remove the empty accounts group and not needed storage resources.
...
bug:22044480
Change-Id: I76297f5540614301893871b3b41219002076b920
2015-06-29 10:19:07 -07:00
Nicolas Prevot
6fd49936ae
Merge "Rename ALLOW_PARENT_APP_LINKING to ALLOW_PARENT_PROFILE_APP_LINKING" into mnc-dev
2015-06-29 17:08:34 +00:00
Kenny Guy
14f48e5a93
Deprecate APIs for admin to create users.
...
Bug: 21921868
Change-Id: I0a59c85f6a87928de3df72278d4b65355ff7270f
2015-06-29 15:11:25 +00:00
Kenny Guy
43904fd5b7
Merge "Revert "Deprecate APIs for admin to create users."" into mnc-dev
2015-06-29 13:28:54 +00:00
Kenny Guy
2703a13f11
Revert "Deprecate APIs for admin to create users."
...
This reverts commit ea864c4d4d7ca390d3b67868fd2a640411bff020.
Change-Id: I827e6364b61eeb9e1b2d3205b5e93e10b1df4bfe
2015-06-29 13:24:24 +00:00
Craig Lafayette
bee7245c69
Merge "Hide MIME_TYPE_PROVISIONING_NFC_V2" into mnc-dev
2015-06-29 12:48:21 +00:00
Kenny Guy
01056b3662
Merge "Deprecate APIs for admin to create users." into mnc-dev
2015-06-29 12:42:21 +00:00
Dianne Hackborn
d5f387bc5f
Merge "Looks like MNC is gonna be API 23." into mnc-dev
2015-06-27 00:29:26 +00:00
Dianne Hackborn
2e5cad7868
Looks like MNC is gonna be API 23.
...
Change-Id: I9c9c62209c949b1a16ed53eafc259e88e2ddb69a
2015-06-26 16:15:55 -07:00
Nathan Harold
748e9d5979
Deprecate TelephonyManager.getNeighboringCellInfo()
...
bug: 22121990
Change-Id: Id8f9d080fdd1e2993b414a5304424238396b6fd4
2015-06-26 12:20:58 -07:00
Craig Lafayette
3cc72bab48
Hide MIME_TYPE_PROVISIONING_NFC_V2
...
Bug: 21918725
Change-Id: I33d67ff8f7b47ab53cff8a2664d342caf9d6e03f
2015-06-26 14:27:06 -04:00
Kenny Guy
ea864c4d4d
Deprecate APIs for admin to create users.
...
Bug: 21921868
Change-Id: I956d24a8394d95bf975581a3451ceabe01708a10
2015-06-26 16:46:01 +00:00
Billy Lau
cbe540f946
Bug: 21589105 Rescoping the SYSTEM_ALERT_WINDOW permission to an explicit toggle
...
to be manually enabled in Settings.
Raised the protection level of SYSTEM_ALERT_WINDOW from dangerous to
system|signature|appop. Added a new API in Settings for developers to invoke
the main configuration setting. Also added a new metrics in MetricsLogger.
Finally, also made changes to PhoneWindowManager to check the permission to draw
overlay properly.
Change-Id: I4a073e6f038b8b8d2fa5bd6ad60abda496be9701
2015-06-26 16:59:41 +01:00
Dianne Hackborn
70d8be7616
Fix issue #22013372 : Assist should take translationX and friends...
...
...into account when calculating the position information
Actually what we need here is the full transformation matrix, if it
is available. And that means actually computing the location of
views on the screen requires doing this all through transformations,
so the AssistVisualizer has been changed to do this (while still
also keeping the old mechanism for comparison to verify that things
are working correctly).
Also added new properties for elevation and alpha.
And optimized the parcelling of AssistStructure to not write things
that aren't needed; this reduces the parcelled size by about half.
Change-Id: I50b0dd2e6599c74701a5d188617a3eff64b07d03
2015-06-25 20:24:34 -07:00
Nicolas Prevot
f0029c1ddb
Rename ALLOW_PARENT_APP_LINKING to ALLOW_PARENT_PROFILE_APP_LINKING
...
Also improve the javadoc.
BUG:21701782
Change-Id: I88a75ccfa71b0d5df2f4779987cf0fff56001fd3
2015-06-25 19:54:12 -07:00
Chris Manton
63f25b6e3f
Carrier Config API KEY_FORCE_HOME_NETWORK_BOOL
...
Bug: 20828356
Change-Id: I30a286e7af884a11c51363916dd6a4dc965d399a
2015-06-25 10:08:45 -07:00
Junda Liu
e5c7ca7d79
Rename and add carrier config keys for volte and ims.
...
Bug: b/21878236
Change-Id: I2bc36664969fce9e773ce8a53d56b92936d96971
2015-06-24 16:07:56 -07:00
Chris Wren
749d66b82f
Merge "remove setLatestEventInfo" into mnc-dev
2015-06-24 22:17:45 +00:00
Chris Wren
a05db3816b
remove setLatestEventInfo
...
This has been deprecated since API 11.
Bug: 18510449
Change-Id: Ibd052572aa8c332daf5f6a604afe1925e8998a2b
2015-06-24 15:18:34 -04:00
Nancy Chen
8e0aab7dd5
Merge "Add public action to open voicemail settings." into mnc-dev
2015-06-24 17:37:45 +00:00
Santos Cordon
c8cedd5311
Merge "InCallService meta-data [2/4]" into mnc-dev
2015-06-24 17:37:13 +00:00
Michael Wright
5edd0e06d5
Merge "Add new SOURCE_BLUETOOTH_STYLUS." into mnc-dev
2015-06-24 16:12:22 +00:00
Dan Sandler
346872d538
Merge "Allow an icon to carry a tint with it, wherever it goes." into mnc-dev
2015-06-24 02:10:25 +00:00
Svetoslav
c5e43c508f
Only current IME and spell checker can access user dictionary
...
Change-Id: I6c5716d4d6ea9d5f55a71b6268d34f4faa3ac043
2015-06-24 00:56:44 +00:00
Dianne Hackborn
fcaed60650
Merge "Fix issue #20654534 : API Review: android.app.assist" into mnc-dev
2015-06-23 23:34:22 +00:00