Merge "Rename Personalization dictionary register functions"
This commit is contained in:
commit
ab69835bc6
1 changed files with 7 additions and 0 deletions
|
@ -25,4 +25,11 @@ public class PersonalizationDictionarySessionRegister {
|
|||
|
||||
public static void onConfigurationChanged(final Context context, final Configuration conf) {
|
||||
}
|
||||
|
||||
public static void onUpdateData(Context context, String type) {
|
||||
}
|
||||
|
||||
public static void onRemoveData(Context context, String type) {
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue