Jan Nordqvist
f52a8f6ef7
Fixed API merge issue in master.
...
Change-Id: I4bf0104ee703daa4da78d6637c1fa82ace57f073
2016-02-03 13:01:03 -08:00
Antonio Cansado
1e3f04f090
Merge "Adding a callback to notify data usage."
2016-02-03 18:16:51 +00:00
Selim Gurun
061371b3ee
Merge "Make abiOverride attribute public"
2016-02-03 17:09:09 +00:00
Tomasz Mikolajewski
9b055e1d84
Hide DocumentsContract.FLAG_ARCHIVE.
...
The API is internal for now.
Bug: 20176812
Change-Id: I9f2c796b144906fdf4a838240c85d26f02dbe175
2016-02-03 15:11:07 +09:00
Lifu Tang
d7a4da42bd
Merge changes from topic 'API renaming'
...
* changes:
Worked around the crash caused by API renaming
Rename Gps to Gnss for measurement-related APIs
2016-02-03 02:08:28 +00:00
Vladislav Kaznacheev
3d40fb804b
Make pointer-icon attrs public
...
Bug: 25777986
Change-Id: Id8d2b8f2b7f0983486528265ea76a2ec40da70a5
2016-02-02 17:27:42 -08:00
Lifu Tang
818aa2c2c4
Rename Gps to Gnss for measurement-related APIs
...
Bug: 26895757
Change-Id: I12d89dc251e356cf976a4bcd3589a8925a8ad745
2016-02-02 16:15:03 -08:00
Felipe Leme
f933871976
Merge "Created a ACTION_RESTRICT_BACKGROUND_CHANGED intent."
2016-02-02 23:59:30 +00:00
Wale Ogunwale
e8c9238de1
Merge "Added onMultiWindowChanged and onPictureInPictureChanged methods to Fragement class"
2016-02-02 23:53:47 +00:00
Wale Ogunwale
7c796811c0
Added onMultiWindowChanged and onPictureInPictureChanged methods to Fragement class
...
Bug: 26688489
Change-Id: I611444b29199b4686c9f78dbdd33c9b71820aec4
2016-02-02 15:45:00 -08:00
Antonio Cansado
ba8288d238
Adding a callback to notify data usage.
...
Allow holders of android.Manifest.permission#PACKAGE_USAGE_STATS
to be notified when data usage has exceeded a given threshold.
This allows an app to update its data usage metrics without
polling.
Bug: 25812785
Change-Id: I3a4904a97f3c7fbaf8071b460f9ee6ca9c1ba4ed
2016-02-02 15:18:41 -08:00
Carlos Valdivia
bf33bd4d31
Revert "Permissions: Get rid of GET_ACCOUNTS"
...
This reverts commit 918c55a67c2bf0cec79f75dec6ca468e914a5fd1.
Change-Id: I995f134336bf61ac1f21052355900ae89d0d6694
2016-02-02 15:01:56 -08:00
Abhijith Shastry
1908cb84a5
Add API in TelecomManager to launch the UI to manage blocked numbers.
...
BUG: 26917087
Change-Id: Ide328d250561577f652e3a1ee093b37ad19084d8
2016-02-02 14:55:15 -08:00
Igor Murashkin
2b11b688b8
api: Un-@hide new annotation APIs from java 8
...
Change-Id: Iad6e8939831c735bc476c327686bf4a642228a1c
2016-02-02 14:16:40 -08:00
Selim Gurun
ac9762a3c7
Make abiOverride attribute public
...
Bug: 26874366
Change-Id: Ie3ecea6d84e2cb1522e736a21c3a3a24ac62eb27
2016-02-02 12:31:57 -08:00
Narayan Kamath
c449386ea0
Track libcore change f35c08530f77a744646e6e988d330a68f3af6940.
...
Change-Id: I53bb912e7b7d6510952da8b121402628fa3f922d
2016-02-02 11:54:01 +00:00
Casey Burkhardt
cbfd71c66d
Merge "Exposes accessibility importance on AccessibilityNodeInfo"
2016-02-02 02:47:20 +00:00
Abhijith Shastry
a14642cbf3
Merge "BlockedNumberContract API changes:"
2016-02-01 23:36:15 +00:00
Abhijith Shastry
d907c64ff9
BlockedNumberContract API changes:
...
1. Add a method isProviderSupportedForCurrentUser for multi-user scenarios.
2. Remove STRIPPED_NUMBER column.
BUG: 26232372
Change-Id: Ida703d7a873915a02cd7918ed297cf039a7956c9
2016-02-01 15:09:08 -08:00
Steve McKay
a7dbccff77
Merge "Create "Home" dir instead of "home" to match other default dirs."
2016-02-01 23:00:59 +00:00
Steve McKay
5c462a0e31
Create "Home" dir instead of "home" to match other default dirs.
...
Add DIRECTORY_HOME to android.os.Environment...use that for dir name,
so we don't use a localized name when creating directory.
Mark all of the DIRECTORY_* fields final.
Bug: 26814341
Change-Id: I5a11bcb180674c619de2f5ce9ed598521e60cc25
2016-02-01 14:46:34 -08:00
Antonio Cansado
46c75367fa
Retuning tag information through NetworkStatsManager.
...
Network tags could be set since ICS but was not exposed
through the SDK. This CL extends existing functionality
of NetworkStatsManager to return network tags.
Bug: 25813338
Change-Id: I414b98193249ba88a3f2d64cb2e0d2633f64fa3f
2016-02-01 14:13:20 -08:00
Oleksandr Peletskyi
8e9316cdde
Merge "Added restriction that disallows ability to set wallpaper. BUG: 24890474"
2016-02-01 21:30:43 +00:00
Julia Reynolds
3588e597d2
Merge "Re-SystemApi some fields/method that aren't in use."
2016-02-01 20:37:41 +00:00
Wale Ogunwale
f6f5f4ed94
Merge "Made some changes to window caption APIs"
2016-02-01 19:06:18 +00:00
Oleksandr Peletskyi
f2519814cc
Added restriction that disallows ability to set wallpaper.
...
BUG: 24890474
Change-Id: I424aa80d914e3b6f3f9eba8ccb4802bad6f54907
2016-02-01 20:00:25 +01:00
Casey Burkhardt
2d80ae4fbb
Exposes accessibility importance on AccessibilityNodeInfo
...
This allows a service configured with FLAG_INCLUDE_NOT_IMPORTANT_VIEWS
to discover which views in the hierarchy were evaluated as important.
Change-Id: Ife9411e41326b4872fc0682773722b9dae7ce994
2016-02-01 10:35:20 -08:00
Ruben Brunk
33e0a5f7ed
Merge "Add feature tag for high-performance VR devices."
2016-02-01 18:20:00 +00:00
Julia Reynolds
a62496d8f7
Re-SystemApi some fields/method that aren't in use.
...
Bug: 26816334
Change-Id: Ib01e7856cd65e294c018017c600f8b3dce2be844
2016-02-01 12:55:39 -05:00
Rubin Xu
cae0627461
Merge "Canel all work notification when the profile is turned off"
2016-02-01 16:32:21 +00:00
Rubin Xu
7eadc1bf68
Canel all work notification when the profile is turned off
...
When the work profile is turned off, all work apps are killed and the
profile marked as stopped. Cancel all pending work notifications
immediately in this case, with a new reason.
Bug: 22541941
Change-Id: I97935c3bac3eba1e9c38f7449ebcc182f6c66769
2016-02-01 16:13:45 +00:00
Shreyas Basarge
a491c07f36
Merge "SyncManager on JobScheduler"
2016-02-01 15:32:58 +00:00
Wale Ogunwale
3b93a4d351
Renamed Activity class multi-window APIs
...
As requested by API council.
Bug: 26507736
Change-Id: I2a87c5eb3c1b48d52703103c2a4f72c250a9a827
2016-02-01 06:58:31 -08:00
Kenny Root
1c008de8db
Track libcore change
...
Internal master also has test-current.txt which needs the new Java8 SNI
things added to it.
Change-Id: I36ad96ffc57cbcec4f0996e4f9dd390aff260017
2016-02-01 03:24:05 -08:00
Rubin Xu
c3cd05f8a4
Add DevicePolicyManager APIs for process logging.
...
Add Device Owner APIs for controlling and retrieving the logs. Retrieving the
logs should be rate limited unless we are at the risk of losing logs due to
constrained buffer space.
Bug: 22860162
Change-Id: I80658f5a14e86d7cfd42402fbc5e98dc11698c0e
2016-02-01 10:28:24 +00:00
Tomasz Mikolajewski
7fa765a40e
Merge "Cleanup copyDocument and moveDocument in SAF."
2016-02-01 00:17:30 +00:00
Wale Ogunwale
14a79bd12a
Merge changes I8d546487,Ib62d357f
...
* changes:
Allow resizeableActivity to be specified at the application level
Renamed manifest attributes initialWidth/Height to defaultWidth/Height
2016-01-31 20:02:45 +00:00
Wale Ogunwale
174d36d87a
Merge "Renamed FLAG_ACTIVITY_LAUNCH_TO_SIDE to FLAG_ACTIVITY_LAUNCH_ADJACENT"
2016-01-31 19:57:16 +00:00
Wale Ogunwale
1902169600
Merge "API council recommended changes to bounds APIs in ActivityOptions"
2016-01-31 19:51:37 +00:00
Jeff Sharkey
35871f2c2b
Offer to migrate databases and SharedPreferences.
...
Databases and SharedPreferences often involve multiple files under
the hood, so developers wanting to migrate them between different
storage contexts should ask us to make sure all relevant files are
migrated correctly.
This makes a best-effort attempt to recover from battery pulls
during migration, while still trying to alert developers to
conflicting files.
Bug: 26668510, 25860525
Change-Id: I9ffa3e8cb6191dfd4237b9466a081d6d77df3ba0
2016-01-30 17:03:23 -07:00
Wale Ogunwale
a504ca3988
Made some changes to window caption APIs
...
As recommended by API council.
Bug: 26509365
Change-Id: I4efca89e2e14ffcf66ab8372f694e8bbf58d6fef
2016-01-30 16:02:13 -08:00
Wale Ogunwale
b12e1099ce
Renamed manifest attributes initialWidth/Height to defaultWidth/Height
...
Per feedback from API council.
Bug: 26508215
Change-Id: Ib62d357f0e6309ad6f6305ba5ac376c5e3ab04e7
2016-01-30 12:24:44 -08:00
Wale Ogunwale
2a25a62739
Renamed FLAG_ACTIVITY_LAUNCH_TO_SIDE to FLAG_ACTIVITY_LAUNCH_ADJACENT
...
Per feedback from API council.
Bug: 26508215
Change-Id: Id17166fe981587c9c16c382ccbdf0846ed2ae5d6
2016-01-30 11:27:21 -08:00
Wale Ogunwale
5122df094b
API council recommended changes to bounds APIs in ActivityOptions
...
Bug: 26509660
Change-Id: Id90fbda0e15e83145ecc85c214b0ae5763fcc902
2016-01-29 22:33:38 -08:00
Shreyas Basarge
8c834c0767
SyncManager on JobScheduler
...
SyncManager now uses JobScheduler for scheduling
and persistence purposes.
Change-Id: I38c92aedbf4d891ca297644d0b706835aaedfcd6
2016-01-29 22:15:15 +00:00
Alan Viverette
04415b4765
Merge "Add DENSITY_DEVICE_STABLE constant"
2016-01-29 21:41:38 +00:00
Alan Viverette
d7bbc8a92f
Add DENSITY_DEVICE_STABLE constant
...
The existing DENSITY_DEVICE gets updated by ActivityThread following
configuration changes that affect density, so just a docs update there.
Bug: 26854123
Change-Id: I69dfca99a6038ed9cf8b2f2c007cdbc4a399dd8a
2016-01-29 15:40:38 -05:00
Jeff Davidson
3c2feda8a5
Merge "Revert Network Stats API stub for tracking of metered networks."
2016-01-29 19:08:52 +00:00
Dongwon Kang
f14a39398f
Merge "TIF: Make RecordingCallback static"
2016-01-29 18:53:24 +00:00
Dongwon Kang
397b1447ab
TIF: Make RecordingCallback static
...
Change-Id: I5138713fe21f49d43e9c70af8c2ba66318aa8342
2016-01-29 10:47:21 -08:00