am ab69835b
: Merge "Rename Personalization dictionary register functions"
* commit 'ab69835bc6eda8b022837a0ed6f8644054307d58': Rename Personalization dictionary register functions
This commit is contained in:
commit
8105b65a42
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 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