So that the different icon densities don't get stripped out of the build
by aapt, move it to the mipmap directory.
This will ensure that any program using the getDrawableByDensity API can
read any density/size of the icon needed.
Change-Id: I8ee4f7233358be4d68133b20090323251511677a
Merge commit 'ebb0b03e170b724e04a0d44bfd1ccb02452f5f57'
* commit 'ebb0b03e170b724e04a0d44bfd1ccb02452f5f57':
Prepare for a new IActivityController method.
Merge commit 'd424b8d9ccb569c4a2f01de248068fd130e3bd82' into gingerbread-plus-aosp
* commit 'd424b8d9ccb569c4a2f01de248068fd130e3bd82':
Prepare for a new IActivityController method.
Merge commit '310187112b211f24c074fd9e34db9dddc59158f3'
* commit '310187112b211f24c074fd9e34db9dddc59158f3':
Add an activity to Dev Tools that shows the Configuration and DisplayMetrics.
Merge commit '7d26cd198266cd48cb0a912585419fbe0cc8ed89' into gingerbread-plus-aosp
* commit '7d26cd198266cd48cb0a912585419fbe0cc8ed89':
Add an activity to Dev Tools that shows the Configuration and DisplayMetrics.
Merge commit '0fd0e932d2c09fad85c36fc555c9388b38cb2956'
* commit '0fd0e932d2c09fad85c36fc555c9388b38cb2956':
Activity/provider used is restricted to the application's Package, but can be spread across other packages as well.
Merge commit '898004c4b2322c8fece08944731eed9fc08a14a5' into gingerbread-plus-aosp
* commit '898004c4b2322c8fece08944731eed9fc08a14a5':
Activity/provider used is restricted to the application's Package, but can be spread across other packages as well.
A better way to construct the activity name should be by getting the substring from the fully qualified classname
itself and not using the PackageInfo.
Credit:Ritu Srivastava
Change-Id: I9ff5a27d828d5d3836bb55101cb947f670ea5941
Different languages might have different word orders, so add in
positional parameters for strings that have more than one substitution.
Change-Id: Ie9fc74eb0a22471b272e65c6cd521f1518b322d1
- removed the list of account types from the top
- changed the context menu to use the actual account type, not
the one selected in the spinner
- add the clear password option to the context menu
Change-Id: Icd509ed3f3da889f48b064cf524345e0121899fc
Use ActivityController (the special monkey hook) to wedge
ActivityManagerService, useful for triggering system ANRs
and for setting off the watchdog.
Also add more logging so it's clear what happens when.
In addition to the basic sleep-for-20, add activity launch,
ordered broadcast, and service start that go to special bad
versions that sleep for a while to cause the respective sorts
of ANR to trigger.
now eliminated checkin database crash storage functionality).
Add a new test app to Dev Tools, "Bad Behavior", which has
buttons to crash and generate an ANR on command.
Update the Monkey to follow changed APIs.
Merge commit 'cf229bb013317db77034980c212ab07bea260261' into eclair-mr2
* commit 'cf229bb013317db77034980c212ab07bea260261':
make consistent with new RegisteredServicesCache API
Merge commit 'b57238690e7e4afa66416e3ad25183a576f35075' into eclair-mr2
* commit 'b57238690e7e4afa66416e3ad25183a576f35075':
create a test app that allows direct control of a sync adapter for testing purposes
Have it show the amount of total movement after a release, and whether this
is above the touch slop.
Change-Id: Ie7eb359a84e20786779015c3146ea5d96f380188
First test toggles wifi on/off forever (must have wifi associated to start,
or at least a remembered network in range)
Second test toggles the screen on off so you can test wifi cycle from that point.
Lastly adds some network-feature tests using mms or hipri net features.
bug: 2170806