Merge "Remove unused InputMethodInfo#isEncryptionAware()." into nyc-dev
am: 263e21f12c
* commit '263e21f12cba4a2c5b4a6ac07fad55a4afc2ec45':
Remove unused InputMethodInfo#isEncryptionAware().
This commit is contained in:
@@ -428,18 +428,6 @@ public final class InputMethodInfo implements Parcelable {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @return {@code true} if the {@link android.inputmethodservice.InputMethodService} is marked
|
||||
* to be Encryption-Aware.
|
||||
* @hide
|
||||
*/
|
||||
public boolean isEncryptionAware() {
|
||||
if (mService == null || mService.serviceInfo == null) {
|
||||
return false;
|
||||
}
|
||||
return mService.serviceInfo.encryptionAware;
|
||||
}
|
||||
|
||||
public void dump(Printer pw, String prefix) {
|
||||
pw.println(prefix + "mId=" + mId
|
||||
+ " mSettingsActivityName=" + mSettingsActivityName
|
||||
|
||||
Reference in New Issue
Block a user