diff options
author | Dianne Hackborn <hackbod@google.com> | 2009-12-02 05:26:12 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2009-12-02 05:26:12 -0800 |
commit | 9ed7dc10d263a505da32522139098f085fee811a (patch) | |
tree | 17e00ec1b4223502ef7def5490d22efd4fc2188b /api | |
parent | 9db1a37cc48a01a66ee8026de303faaf4a83667d (diff) | |
parent | 5886050fad97923c33cbc831fe07a5b1746b2b58 (diff) | |
download | frameworks_base-9ed7dc10d263a505da32522139098f085fee811a.zip frameworks_base-9ed7dc10d263a505da32522139098f085fee811a.tar.gz frameworks_base-9ed7dc10d263a505da32522139098f085fee811a.tar.bz2 |
am 5886050f: Merge change I0d8f7593 into eclair
Merge commit '5886050fad97923c33cbc831fe07a5b1746b2b58' into eclair-mr2
* commit '5886050fad97923c33cbc831fe07a5b1746b2b58':
Fix issue #2296457: PackageManager.addPackageToPreferred needs to a no-op
Diffstat (limited to 'api')
-rw-r--r-- | api/current.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/api/current.xml b/api/current.xml index ef8f78f..1b619fc 100644 --- a/api/current.xml +++ b/api/current.xml @@ -976,7 +976,7 @@ value=""android.permission.SET_PREFERRED_APPLICATIONS"" static="true" final="true" - deprecated="not deprecated" + deprecated="deprecated" visibility="public" > </field> @@ -41108,7 +41108,7 @@ synchronized="false" static="false" final="false" - deprecated="not deprecated" + deprecated="deprecated" visibility="public" > <parameter name="packageName" type="java.lang.String"> @@ -41861,7 +41861,7 @@ synchronized="false" static="false" final="false" - deprecated="not deprecated" + deprecated="deprecated" visibility="public" > <parameter name="packageName" type="java.lang.String"> |