diff --git a/apidoc/Titanium/UI/Android/ProgressIndicator.yml b/apidoc/Titanium/UI/Android/ProgressIndicator.yml index f7e606e82fe..b6d0aa581df 100644 --- a/apidoc/Titanium/UI/Android/ProgressIndicator.yml +++ b/apidoc/Titanium/UI/Android/ProgressIndicator.yml @@ -10,18 +10,17 @@ description: | Use the method or **``** Alloy element to create a progress indicator. - A progress indicator can be either a progress dialog or a horizontal progress bar in the title - of the window. The progress dialog is a modal dialog that blocks the UI. See also: + A progress indicator can be either a progress dialog or a horizontal progress bar in the title + of the window. The progress dialog is a modal dialog that blocks the UI. See also: , . - Calling displays the indicator, - and calling removes it. + **NOTE:** does not work anymore on devices + running Android 4.4+ since the underlying API was deprecated and removed by Google. See + [TIMOB-27312](https://jira.appcelerator.org/browse/TIMOB-27312) for more details. - To display a horizontal progress bar in the title of a heavyweight window, - wait for the window to open before creating the progress bar. - For example, in the sample code below, for it to work in the status bar, - create the progress bar inside the event listener, which waits for the open event. + Calling displays the indicator, + and calling removes it. extends: Titanium.UI.View since: "3.0.0" platforms: [android]