aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-10-28Sample EmailPolicy APK sourcesandroid-cts-2.3_r2android-cts-2.3_r1android-2.3_r1android-2.3.3_r1aandroid-2.3.3_r1android-2.3.2_r1android-2.3.1_r1Andy Stadler
Create a sample (skeleton) package for an Email policy module. Can be used on Froyo or Gingerbread. These policy files are intended for use by an OEM who is building a device using the Android Open Source platform, but wishes to provide small customizations to the Email application without having to edit or merge changes directly into its source. It also allows a single Email application APK to be deployed to different devices with slightly different policies. Change-Id: I4e7e103dbb9bc257f2bd439eb508a51a8da853ba
2010-04-05Example of a backup overlay to control the default setting providerandroid-sdk-tools_r7android-adt-0.9.9android-adt-0.9.8tools_r9tools_r8tools_r7froyo-plus-aospJean-Baptiste Queru
Bug: 2564562 Change-Id: I7b0378707ecf187aac71b5d106f8a3d7cb6c6a06
2010-03-12adapt for vendor/sample moving to device/sampleandroid-sdk-tools_r6android-sdk-2.2_r2android-sdk-2.2_r1android-cts-2.2_r8android-cts-2.2_r7android-cts-2.2_r6android-cts-2.2_r5android-cts-2.2_r4android-cts-2.2_r3android-cts-2.2_r2android-cts-2.2_r1android-2.2_r1.3android-2.2_r1.2android-2.2_r1.1android-2.2_r1android-2.2.3_r2.1android-2.2.3_r2android-2.2.3_r1android-2.2.2_r1android-2.2.1_r2android-2.2.1_r1froyo-releasefroyoJean-Baptiste Queru
Change-Id: Idde67b822f41f6ef1a87f4c20739c0314d4f53d0
2010-03-08Add an empty CleanSpec.mkJean-Baptiste Queru
Change-Id: Ib5b45bd4aa209b47e95524a6cd70106f6b018485
2010-02-19Fix proguard flags.Ying Wang
2010-02-05am 1cd49f15: am e2b8d31c: reconcile main tree with open-source eclairThe Android Open Source Project
Merge commit '1cd49f1559cf2c3b0cb1294b3787c5ddb3562c8d' * commit '1cd49f1559cf2c3b0cb1294b3787c5ddb3562c8d': android-2.1_r1 snapshot
2010-02-05am e2b8d31c: reconcile main tree with open-source eclairThe Android Open Source Project
Merge commit 'e2b8d31c2fee2ff99522dee8cf1ca46a094b4500' into eclair-plus-aosp * commit 'e2b8d31c2fee2ff99522dee8cf1ca46a094b4500': android-2.1_r1 snapshot
2010-02-05reconcile main tree with open-source eclairThe Android Open Source Project
2010-01-29reconcile android-2.1_r1 snapshotThe Android Open Source Project
2010-01-12android-2.1_r1 snapshotThe Android Open Source Project
2010-01-05Do not use a user tag on apps, as it is ignored.Jean-Baptiste Queru
The build system does not honor user tags on apps, and setting it is misleading. This removes the confusion by making the makefiles behave like they read. Change-Id: I989f340126de8f31ff72c7ae8318090bcdbe8001
2009-12-15Merge commit 'goog/eclair-plus-aosp'Android Git Automerger
2009-12-07am ae6d0e89: More comments about the format of the manifest.ini for add-onsXavier Ducrohet
Merge commit 'ae6d0e89d44e808a06d7daecb18bc1c429d9bcf4' into eclair-mr2-plus-aosp * commit 'ae6d0e89d44e808a06d7daecb18bc1c429d9bcf4': More comments about the format of the manifest.ini for add-ons
2009-12-07am ae6d0e89: More comments about the format of the manifest.ini for add-onsXavier Ducrohet
Merge commit 'ae6d0e89d44e808a06d7daecb18bc1c429d9bcf4' into eclair-plus-aosp * commit 'ae6d0e89d44e808a06d7daecb18bc1c429d9bcf4': More comments about the format of the manifest.ini for add-ons
2009-12-07More comments about the format of the manifest.ini for add-onsXavier Ducrohet
2009-11-15merge from open-source masterJean-Baptiste Queru
2009-11-15merge from open-source masterJean-Baptiste Queru
Merge commit 'goog/stage-korg-master' into HEAD
2009-11-15merge from eclairJean-Baptiste Queru
2009-11-12eclair snapshotJean-Baptiste Queru
2009-09-14Added a skin sample to the sample vendor project.Xavier Ducrohet
Change-Id: I2b2bfe2a7426dfcb4644255edde0d6bd24f8de81
2009-08-25Add sample code for writing a pre-boot system update hook.Dianne Hackborn
Change-Id: I6021d966c2a842ce0e3e4688e2f5f56f01841c7b
2009-07-31Add MODULE_LICENSE file.Xavier Ducrohet
2009-06-16Added encoding comment to manifest.iniXavier Ducrohet
2009-06-05Change the revision property for the add-ons from "version" to "revision".Xavier Ducrohet
"version" will still be supported by tools for the moment. But all add-ons must move to "revision" asap.
2009-06-01Add usb-vendor to the manifest.iniXavier Ducrohet
2009-05-12Minor fixes in the sample SDK add-on project.Xavier Ducrohet
Fixed the hardware.ini to remove an obsolete reference to the google add-on (copy/paste issue). Added comments to the SDK add-on product makefile.
2009-05-12Add the PlatformLibrary sample to the new "sample" vendorXavier Ducrohet
This adds the PlatformLibrary samples previously located in development/samples. This also creates all the files required to build an add-on including the optional library provided by PlatformLibrary
2009-04-23newThe Android Open Source Project