File
Doc
Category
Size
Date
Package
ContentRestriction.java
API Doc
Android 1.5 API
1305
Wed May 06 22:42:46 BST 2009
com.android.mms.model
ContentRestriction
public interface ContentRestriction
Fields Summary
Constructors Summary
Methods Summary
public void
checkAudioContentType
(
java.lang.String
contentType)
public void
checkImageContentType
(
java.lang.String
contentType)
public void
checkMessageSize
(
int
messageSize,
int
increaseSize,
android.content.ContentResolver
resolver)
public void
checkResolution
(
int
width,
int
height)
public void
checkVideoContentType
(
java.lang.String
contentType)
Java Code Source