Jeff Sharkey
5347f0ff38
Merge "Valid filenames have length limits!" into mnc-dev
2015-06-12 02:18:29 +00:00
Jeff Sharkey
4f5e8b3ca4
Valid filenames have length limits!
...
ext4 filenames are at most 255 bytes. vfat filenames are bit more
lax, but we're often saving them on ext4 through a FUSE daemon, so
limit them the same way.
Since package names are used as directory names, verify that they're
valid filenames.
Tests to verify behavior.
Bug: 18689171
Change-Id: If7df4c40d352954510b71de4ff05d78259c721ed
2015-06-11 19:16:27 -07:00
Dirk Dougherty
5153e9b36d
am 03a216f1: am ef8c2834: Merge "Doc change: miscellaneous tag optimizations and edits." into mnc-preview-docs
...
* commit '03a216f19f8cba8d9e1d7e7f2042addd259e19d2':
Doc change: miscellaneous tag optimizations and edits.
2015-06-12 02:05:14 +00: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
Dirk Dougherty
03a216f19f
am ef8c2834: Merge "Doc change: miscellaneous tag optimizations and edits." into mnc-preview-docs
...
* commit 'ef8c2834f19c404cad025a4b583525b62a4b2790':
Doc change: miscellaneous tag optimizations and edits.
2015-06-12 01:45:36 +00:00
Svet Ganov
6f918b2f92
Merge "Add new storage permission group" into mnc-dev
2015-06-12 01:40:24 +00:00
Yohei Yukawa
f412c80919
Merge "Make VIMS.SettingsObserver multiuser-aware." into mnc-dev
2015-06-12 01:39:08 +00:00
Svetoslav
6b8532968c
Merge "Update SMS permission group description." into mnc-dev
2015-06-12 01:38:29 +00:00
Adrian Roos
1b5eb97ae6
Accessibility improvements
...
- label the "no sims" icon
- label the "managed profile" icon
Bug: 21165217
Change-Id: I3e809d1a857eea12b613f09ae5265e785d372ec3
2015-06-12 01:37:47 +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
Dirk Dougherty
ef8c2834f1
Merge "Doc change: miscellaneous tag optimizations and edits." into mnc-preview-docs
2015-06-12 01:34:39 +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
Dirk Dougherty
ca9fd6f337
Doc change: miscellaneous tag optimizations and edits.
...
Change-Id: I9da06cdf950894b32eedb0b63b5b7a9eb2d52003
2015-06-11 18:31:47 -07:00
Adrian Roos
eb91ca56db
DO NOT MERGE Remove RemoteInput from SystemUI
...
Bug: 21570986
Change-Id: I80987b3ac333a97426648c3b363420d502a19866
2015-06-12 01:29:13 +00: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
Dianne Hackborn
ece0f4f519
Fix APIs.
...
Issue #21039494 : API Review: android.os.PowerManager.isDeviceIdleMode()
Issue #21347000 : API Review: android.content.IntentFilter
Issue #20654534 : API Review: android.app.assist
Also allow use of ActivityManager.setWatchHeapLimit on any platform
build as long as the calling app is debuggable.
Change-Id: Ic597e596fa772fcdf2553b64f444b3d9269e8b92
2015-06-11 18:07:43 -07:00
Alex Klyubin
dcf3d35f23
Update Javadocs to reflect meaning of digest and padding NONE.
...
This also adds information about what digests and paddings may need to
be specified for keys used in TLS/SSL for client or server
authentication.
Bug: 21777596
Change-Id: Icd495458c38c4f912b21a64ca7aab2c88d76461c
2015-06-11 17:55:49 -07:00
Wei Wang
e4a744b626
Stops BLE scan when scan only mode is disabled.
...
Bug: 21791070
Change-Id: I1137190f01fb3790b7dfbc409429414da44abe58
2015-06-11 17:53:14 -07:00
Adam Powell
de64ac4599
Merge "Check targetSdkVersion when passing size hints for UNSPECIFIED specs" into mnc-dev
2015-06-12 00:45:23 +00:00
Yohei Yukawa
a8a0ac6940
Merge "Do not access WindowManagerService#mCurrentUserId w/o lock." into mnc-dev
2015-06-12 00:39:30 +00:00
Yohei Yukawa
d46733556b
Merge "Keyboard.Key#onReleased() should handle inside parameter." into mnc-dev
2015-06-12 00:38:25 +00:00
Yohei Yukawa
cf83fd2635
Merge "Make WindowManagerService.SettingsObserver multiuser-aware." into mnc-dev
2015-06-12 00:34:39 +00:00
Alex Klyubin
f7bc24c58b
Merge "Update Javadocs: all new features supported for asymmetric crypto." into mnc-dev
2015-06-12 00:26:21 +00:00
Ruben Brunk
25f3a7d19b
Merge "Make CameraDeviceImpl#close() idempotent (for real)." into mnc-dev
2015-06-12 00:25:48 +00:00
Alex Klyubin
c37c7d9dbe
Merge "Do not require USE_FINGERPRINT for getAuthenticatorId." into mnc-dev
2015-06-12 00:25:42 +00:00
Navtej Singh Mann
3c0ce5ca14
fix ArrayIndexOutOfBoundsException while starting WifiScannerScan
...
bug: 21663831
Change-Id: I9aea30907aae00c98d8fb1dc1fff3f4935108fa4
2015-06-11 17:04:15 -07:00
Sungsoo Lim
d7118bcc31
Merge "Make MediaRouteControllerDialog scrollable" into mnc-dev
2015-06-11 23:52:04 +00:00
Rich Slogar
4669f4d674
am 6e56db8b: am e9dd30b2: Merge "docs: sdk tools 24.3.2 updates" into mnc-preview-docs
...
* commit '6e56db8b7b12799428bcdbd06728170600c09286':
docs: sdk tools 24.3.2 updates
2015-06-11 23:36:25 +00:00
Rich Slogar
6e56db8b7b
am e9dd30b2: Merge "docs: sdk tools 24.3.2 updates" into mnc-preview-docs
...
* commit 'e9dd30b27687ecc0e152f73eec05399af1c04bb3':
docs: sdk tools 24.3.2 updates
2015-06-11 23:25:13 +00:00
Eric Gilmore
afccf1f63d
am fb91c81f: am 2f414b76: Merge "Removing traces out outdated GCM training class." into mnc-preview-docs
...
* commit 'fb91c81fc583c2ad5ad895c7bf87675827a4af31':
Removing traces out outdated GCM training class.
2015-06-11 23:23:44 +00:00
Dianne Hackborn
2430f47be7
Merge "Add ArraySet to the SDK." into mnc-dev
2015-06-11 23:14:37 +00:00
Ruben Brunk
0953b6461a
Make CameraDeviceImpl#close() idempotent (for real).
...
- Also fixes onClosed() implementation in CameraDeviceImpl;
this would never return true previously.
Bug: 21698939
Change-Id: I4dd56a1410b9fc64152acc5296514f5841794fa9
2015-06-11 16:12:35 -07:00
Joe Fernandez
d5d2a5010e
am 480d6e8e: am e4e40c03: docs: remove obsolete FAQ pages
...
* commit '480d6e8e08c2d5ae6cd4ce51ef02948202621a17':
docs: remove obsolete FAQ pages
2015-06-11 23:11:28 +00:00
Rich Slogar
e9dd30b276
Merge "docs: sdk tools 24.3.2 updates" into mnc-preview-docs
2015-06-11 23:09:27 +00:00
Eric Gilmore
fb91c81fc5
am 2f414b76: Merge "Removing traces out outdated GCM training class." into mnc-preview-docs
...
* commit '2f414b7612e095c383fb4052c671634d82940654':
Removing traces out outdated GCM training class.
2015-06-11 23:08:56 +00:00
Svet Ganov
678e8532b5
Update sensors permission group name string
...
bug:21784262
Change-Id: I4bef927b7e9de246df8d5ab6cfe7d40f78942fe7
2015-06-11 15:58:37 -07:00
Eric Gilmore
2f414b7612
Merge "Removing traces out outdated GCM training class." into mnc-preview-docs
2015-06-11 22:58:33 +00:00
Joe Fernandez
480d6e8e08
am e4e40c03: docs: remove obsolete FAQ pages
...
* commit 'e4e40c0347e76ea4afaf7d442c4daeb9f08b2d91':
docs: remove obsolete FAQ pages
2015-06-11 22:56:20 +00:00
Rich Slogar
01572eaa1e
docs: sdk tools 24.3.2 updates
...
Change-Id: I3eb7b789985653614361505eea3aa0040ef5ea52
2015-06-11 15:55:43 -07:00
Keisuke Kuroyanagi
4039f6570c
Merge "Improve boundary check for for Paint#DrawTextRun." into mnc-dev
2015-06-11 22:44:55 +00:00
Joe Fernandez
e4e40c0347
docs: remove obsolete FAQ pages
...
These pages have not been maintained and have not been included in the
DAC navigation structure for some time.
b/19413080
redirects change: If512bdf55b16f0faf21de7db81ab26d59489da15
Change-Id: Ibc1aa5c691edb938cbb7d4b2d885f1ea8a5f6ef4
2015-06-11 15:41:44 -07:00
Fyodor Kupolov
421eaa7813
Merge "Fixed NPE when dumpSettings is called with a null cursor" into mnc-dev
2015-06-11 22:29:21 +00:00
Fyodor Kupolov
1f450dbfbc
Fixed NPE when dumpSettings is called with a null cursor
...
Bug: 20070414
Change-Id: I15d5d2ae27a7892807221421778082e0f29a36ff
2015-06-11 15:25:59 -07:00
Ruben Brunk
dcb9e169d7
Merge "Set scaling mode for legacy device surfaces." into mnc-dev
2015-06-11 22:15:58 +00:00
Ruben Brunk
a94c603345
Set scaling mode for legacy device surfaces.
...
Bug: 19371754
Change-Id: I0dd762e7b1485ba2d3bec9604407125c35ad1218
2015-06-11 15:15:17 -07:00
Wale Ogunwale
af7289dfa3
Merge "Revert "Enabled WMS.DEBUG_STARTING_WINDOW"" into mnc-dev
2015-06-11 22:12:22 +00:00
Adam Lesinski
2e49bfa6f0
Merge "UsageStats: Change INTERACTION to SYSTEM_INTERACTION" into mnc-dev
2015-06-11 22:02:37 +00:00
Adam Lesinski
c8e8729244
UsageStats: Change INTERACTION to SYSTEM_INTERACTION
...
SYSTEM_INTERACTION events are signals to the system for a package's
implicit actions (service bound, etc).
These should not affect the API visible stats like lastTimeUsed, etc.
USER_INTERACTION is for user initiated actions (notification interaction, etc).
Bug:21761781
Change-Id: I4585cf35fbb158612a3c737710108bec34e89183
2015-06-11 22:01:45 +00:00