- 23 Feb, 2010 1 commit
-
-
Nicolas Catania authored
-
- 19 Feb, 2010 1 commit
-
-
Ben Cheng authored
-
- 13 Feb, 2010 1 commit
-
-
Dan Egnor authored
with the old bundled GoogleCheckin.apk
-
- 12 Feb, 2010 1 commit
-
-
Jeff Hamilton authored
Change-Id: I2259095772768ecfcbf38c65df90cb72c3425e7f
-
- 10 Feb, 2010 1 commit
-
-
Dan Egnor authored
which otherwise remains stale in system/app and eventually causes problems.
-
- 02 Feb, 2010 1 commit
-
-
Brett Chabot authored
Needed because AndroidTests.java has been removed.
-
- 29 Jan, 2010 1 commit
-
-
Makoto Onuki authored
-
- 26 Jan, 2010 1 commit
-
-
Valentin Kravtsov authored
Change-Id: I715681edf2d668ee9b5a483fa82af2e608285f47
-
- 22 Jan, 2010 1 commit
-
-
android-build SharedAccount authored
-
- 19 Jan, 2010 1 commit
-
-
Bjorn Bringert authored
Without this, BrowserProvder crashes with: E/AndroidRuntime( 875): java.lang.RuntimeException: Unable to get provider com.android.browser.BrowserProvider: java.lang.NullPointerException E/AndroidRuntime( 875): at android.app.ActivityThread.installProvider(ActivityThread.java:4269) E/AndroidRuntime( 875): at android.app.ActivityThread.installContentProviders(ActivityThread.java:4041) E/AndroidRuntime( 875): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4000) E/AndroidRuntime( 875): at android.app.ActivityThread.access$2900(ActivityThread.java:118) E/AndroidRuntime( 875): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1900) E/AndroidRuntime( 875): at android.os.Handler.dispatchMessage(Handler.java:99) E/AndroidRuntime( 875): at android.os.Looper.loop(Looper.java:123) E/AndroidRuntime( 875): at android.app.ActivityThread.main(ActivityThread.java:4360) E/AndroidRuntime( 875): at java.lang.reflect.Method.invokeNative(Native Method) E/AndroidRuntime( 875): at java.lang.reflect.Method.invoke(Method.java:521) E/AndroidRuntime( 875): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:860) E/AndroidRuntime( 875): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618) E/AndroidRuntime( 875): at dalvik.system.NativeStart.main(Native Method) E/AndroidRuntime( 875): Caused by: java.lang.NullPointerException E/AndroidRuntime( 875): at android.os.Parcel.readException(Parcel.java:1224) E/AndroidRuntime( 875): at android.os.Parcel.readException(Parcel.java:1206) E/AndroidRuntime( 875): at android.app.ISearchManager$Stub$Proxy.getSearchableInfo(ISearchManager.java:220) E/AndroidRuntime( 875): at android.app.SearchManager.getSearchableInfo(SearchManager.java:2056) E/AndroidRuntime( 875): at com.android.browser.BrowserProvider.updateShowWebSuggestions(BrowserProvider.java:410) E/AndroidRuntime( 875): at com.android.browser.BrowserProvider.onCreate(BrowserProvider.java:363) E/AndroidRuntime( 875): at android.content.ContentProvider.attachInfo(ContentProvider.java:725) E/AndroidRuntime( 875): at android.app.ActivityThread.installProvider(ActivityThread.java:4266) E/AndroidRuntime( 875): ... 12 more which is a result of an earlier problem in Searchables: 01-19 11:58:46.317 E/AndroidRuntime( 416): java.lang.RuntimeException: Unable to start receiver com.android.quicksearchbox.SearchWidgetProvider: java.lang.SecurityException: Neither user 10033 nor current process has android.permission.SET_PREFERRED_APPLICATIONS. 01-19 11:58:46.317 E/AndroidRuntime( 416): at android.app.ActivityThread.handleReceiver(ActivityThread.java:2645) 01-19 11:58:46.317 E/AndroidRuntime( 416): at android.app.ActivityThread.access$3100(ActivityThread.java:118) 01-19 11:58:46.317 E/AndroidRuntime( 416): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1912) 01-19 11:58:46.317 E/AndroidRuntime( 416): at android.os.Handler.dispatchMessage(Handler.java:99) 01-19 11:58:46.317 E/AndroidRuntime( 416): at android.os.Looper.loop(Looper.java:123) 01-19 11:58:46.317 E/AndroidRuntime( 416): at android.app.ActivityThread.main(ActivityThread.java:4360) 01-19 11:58:46.317 E/AndroidRuntime( 416): at java.lang.reflect.Method.invokeNative(Native Method) 01-19 11:58:46.317 E/AndroidRuntime( 416): at java.lang.reflect.Method.invoke(Method.java:521) 01-19 11:58:46.317 E/AndroidRuntime( 416): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:860) 01-19 11:58:46.317 E/AndroidRuntime( 416): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618) 01-19 11:58:46.317 E/AndroidRuntime( 416): at dalvik.system.NativeStart.main(Native Method) 01-19 11:58:46.317 E/AndroidRuntime( 416): Caused by: java.lang.SecurityException: Neither user 10033 nor current process has android.permission.SET_PREFERRED_APPLICATIONS. 01-19 11:58:46.317 E/AndroidRuntime( 416): at android.os.Parcel.readException(Parcel.java:1218) 01-19 11:58:46.317 E/AndroidRuntime( 416): at android.os.Parcel.readException(Parcel.java:1206) 01-19 11:58:46.317 E/AndroidRuntime( 416): at android.app.ISearchManager$Stub$Proxy.getSearchablesInGlobalSearch(ISearchManager.java:242) 01-19 11:58:46.317 E/AndroidRuntime( 416): at android.app.SearchManager.getSearchablesInGlobalSearch(SearchManager.java:2152) 01-19 11:58:46.317 E/AndroidRuntime( 416): at com.android.quicksearchbox.Sources.addExternalSources(Sources.java:275) 01-19 11:58:46.317 E/AndroidRuntime( 416): at com.android.quicksearchbox.Sources.updateSources(Sources.java:266) 01-19 11:58:46.317 E/AndroidRuntime( 416): at com.android.quicksearchbox.Sources.load(Sources.java:235) 01-19 11:58:46.317 E/AndroidRuntime( 416): at com.android.quicksearchbox.QsbApplication.createSources(QsbApplication.java:96) 01-19 11:58:46.317 E/AndroidRuntime( 416): at com.android.quicksearchbox.QsbApplication.getSources(QsbApplication.java:89) 01-19 11:58:46.317 E/AndroidRuntime( 416): at com.android.quicksearchbox.SearchWidgetProvider.getSources(SearchWidgetProvider.java:222) 01-19 11:58:46.317 E/AndroidRuntime( 416): at com.android.quicksearchbox.SearchWidgetProvider.bindSourceSelector(SearchWidgetProvider.java:162) 01-19 11:58:46.317 E/AndroidRuntime( 416): at com.android.quicksearchbox.SearchWidgetProvider.updateSearchWidgets(SearchWidgetProvider.java:105) 01-19 11:58:46.317 E/AndroidRuntime( 416): at com.android.quicksearchbox.SearchWidgetProvider.onUpdate(SearchWidgetProvider.java:90) 01-19 11:58:46.317 E/AndroidRuntime( 416): at android.appwidget.AppWidgetProvider.onReceive(AppWidgetProvider.java:61) 01-19 11:58:46.317 E/AndroidRuntime( 416): at com.android.quicksearchbox.SearchWidgetProvider.onReceive(SearchWidgetProvider.java:84) 01-19 11:58:46.317 E/AndroidRuntime( 416): at android.app.ActivityThread.handleReceiver(ActivityThread.java:2636) 01-19 11:58:46.317 E/AndroidRuntime( 416): ... 10 more Change-Id: I66eff8d571a40a6d724c49c258a49ba9d5c18f9f
-
- 15 Jan, 2010 1 commit
-
-
Joe Onorato authored
-
- 14 Jan, 2010 1 commit
-
-
Jeff Hamilton authored
-
- 12 Jan, 2010 1 commit
-
-
The Android Open Source Project authored
-
- 11 Jan, 2010 1 commit
-
-
Joe Onorato authored
-
- 07 Jan, 2010 1 commit
-
-
Wei Huang authored
Change-Id: If2461c60a53aa081fb097581e71272eea1449657
-
- 17 Dec, 2009 2 commits
-
-
Andreas Huber authored
commit b03d5f537dee393affddf89663ae6977a5512d98 Author: Andreas Huber <andih@google.com> Date: Thu Dec 17 14:00:37 2009 -0800 Update cleanspec to facilitate incremental building with full stagefright lib. commit b92560a1989f8b9cb27a8772cec5346d3d90dc84 Author: Andreas Huber <andih@google.com> Date: Thu Dec 17 13:31:48 2009 -0800 Enable building stagefright in all builds, make stagefright the default player.
-
Jeff Hamilton authored
-
- 07 Dec, 2009 1 commit
-
-
Mike Lockwood authored
Change-Id: Ifa75b0865b547f5e643a4466f13ec7485e902e5c Signed-off-by:
Mike Lockwood <lockwood@android.com>
-
- 05 Dec, 2009 1 commit
-
-
Bjorn Bringert authored
This is part of http://b/issue?id=2270838 Change-Id: I4f70549f0a15e5c90fa5297a2af9f872bb5312a1
-
- 03 Dec, 2009 1 commit
-
-
Dianne Hackborn authored
-
- 24 Nov, 2009 1 commit
-
-
Mathias Agopian authored
-
- 23 Nov, 2009 1 commit
-
-
Dan Egnor authored
no longer exists but nevertheless gets loaded into the system process and then crashes because classes it uses don't exist any more.
-
- 18 Nov, 2009 1 commit
-
-
Dianne Hackborn authored
Change-Id: If922a88c1f3e99553ec5df9b870713eab1c53c54
-
- 13 Nov, 2009 1 commit
-
-
Jean-Baptiste Queru authored
-
- 12 Nov, 2009 1 commit
-
-
Dan Egnor authored
-
- 09 Nov, 2009 1 commit
-
-
Steve Block authored
Change-Id: I2bba18843aa31b849de53e047dceb40de5eccc8a
-
- 05 Nov, 2009 1 commit
-
-
Steve Block authored
Change-Id: Idc425e143c928a7da39af9a002705699e3e12901
-
- 29 Oct, 2009 1 commit
-
-
Dan Egnor authored
-
- 28 Oct, 2009 1 commit
-
-
Dan Egnor authored
IDropBoxService.aidl, which causes some build confusion with dependencies and Parcelables and so on. (Will be checked in immediately after the change in question)
-
- 26 Oct, 2009 1 commit
-
-
Dianne Hackborn authored
Change-Id: Ic607952dfaa96d8735c83bb26bae4f2f4161fcbc
-
- 23 Oct, 2009 1 commit
-
-
Elliott Hughes authored
Bug: 2139334
-
- 19 Oct, 2009 1 commit
-
-
Steve Block authored
Change-Id: I59377d6a0420bfb13b25b4ed7240b47e8aae6114
-
- 08 Oct, 2009 1 commit
-
-
Dianne Hackborn authored
We are now 2.0. Note that CorpCal and PhoneConfig are now gone until their prebuilts are updated. Change-Id: I26d13d6b75f5633113d82b8d90788d8bbc915014
-
- 07 Oct, 2009 1 commit
-
-
Jeff Hamilton authored
Change-Id: I6b35018552b3a9fc2016f054c8a3c2feb41bc0ad
-
- 30 Sep, 2009 1 commit
-
-
Jason Chen authored
Cleans up intermediates produced for a prebuilt app included in some product configurations.
-
- 28 Sep, 2009 2 commits
-
-
Dave Sparks authored
-
Nick Pelly authored
Change-Id: I3bc628b4dae7757aa616f09a69e6c0f6612b7f87
-
- 24 Sep, 2009 1 commit
-
-
Joe Onorato authored
-
- 23 Sep, 2009 1 commit
-
-
Mike Lockwood authored
Change-Id: I9717440f74a76b06e0128465234d588b26aa71a0 Signed-off-by:
Mike Lockwood <lockwood@android.com>
-
- 21 Sep, 2009 1 commit
-
-
Joe Onorato authored
-