Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8105b65a authored by Satoshi Kataoka's avatar Satoshi Kataoka Committed by Android Git Automerger
Browse files

am ab69835b: Merge "Rename Personalization dictionary register functions"

* commit 'ab69835b':
  Rename Personalization dictionary register functions
parents 216246a2 ab69835b
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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) {
    }

}