diff options
author | Mike Lockwood <lockwood@android.com> | 2010-12-08 21:51:16 -0800 |
---|---|---|
committer | Mike Lockwood <lockwood@android.com> | 2010-12-09 08:39:59 -0800 |
commit | 97b2488a14f3f1dde4d1328481f7b2285d1266a5 (patch) | |
tree | c1f5402d60b17034c0028652b05320e6327caaff /core | |
parent | 5a242ec2cf54e1bda69c2451304181ef1bc3e872 (diff) | |
download | frameworks_base-97b2488a14f3f1dde4d1328481f7b2285d1266a5.zip frameworks_base-97b2488a14f3f1dde4d1328481f7b2285d1266a5.tar.gz frameworks_base-97b2488a14f3f1dde4d1328481f7b2285d1266a5.tar.bz2 |
Rehide the PTP content provider interface from the public API.
Change-Id: I472175d79a999038f2f2eef185a2f936109c2526
Signed-off-by: Mike Lockwood <lockwood@android.com>
Diffstat (limited to 'core')
-rw-r--r-- | core/java/android/provider/Ptp.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/java/android/provider/Ptp.java b/core/java/android/provider/Ptp.java index 0f0919e..0072f3d 100644 --- a/core/java/android/provider/Ptp.java +++ b/core/java/android/provider/Ptp.java @@ -27,6 +27,8 @@ import android.util.Log; * - deleting files and directories on PTP devices * - importing a file from PTP device into the host device's storage * and adding it to the media provider + * + * @hide */ public final class Ptp { |