Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement issue #1783881 (manifest option for adb-install-only apps) | Dianne Hackborn | 2009-05-12 | 1 | -19/+25 |
| | | | | | | | | | | | You can now use android:testOnly="true" to not allow your .apk to be installed as a normal app. The only way to do so is with the pm command and giving the -t option, which sets a new INSTALL_ALLOW_TEST flag when installing. I also used this to clean up the install API... actually, mostly to hide it, since it is not accessible to apps so shouldn't be in the SDK. We will be doing some more work on it, so this will prevent adding yet another backwards-compatibility-for-no-reason version. | ||||
* | PackageManager keeps track of who installed what. | Jacek Surazski | 2009-05-12 | 1 | -2/+12 |
| | | | | Stores the package name of the installer app in packages.xml | ||||
* | Implement targetSdkVersion and maxSdkVersion, plus version code names. | Dianne Hackborn | 2009-05-08 | 1 | -0/+3 |
| | | | | | | | | This adds new attributes for specifying a targetSdkVersion and maxSdkVersion. There is a new ApplicationInfo flag that is set if the application has set its targetSdkVersion to the current platform or later. Also you can now use a string for minSdkVersion and targetSdkVerion, to indicate you are building against a development tree instead of an official platform. | ||||
* | auto import from //branches/cupcake_rel/...@140373 | The Android Open Source Project | 2009-03-18 | 1 | -5/+8 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 5 | -0/+1057 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 5 | -1057/+0 |
| | |||||
* | auto import from //branches/cupcake/...@125939 | The Android Open Source Project | 2009-01-09 | 1 | -0/+61 |
| | |||||
* | Code drop from //branches/cupcake/...@124589 | The Android Open Source Project | 2008-12-17 | 1 | -5/+96 |
| | |||||
* | Initial Contribution | The Android Open Source Project | 2008-10-21 | 5 | -0/+905 |