Android provides the ability of setting a lockscreen messages and I wanted to know how is it possible to do this through an application.
I've found and read this topic, and I tried the method
Settings.System.putString(context.getContentResolver(),
Settings.System.NEXT_ALARM_FORMATTED, "Test");
but it didn't worked : the compilation failed on the "context" object.
Could someone help me please ?
EDIT: I have found the java file in the android git repositories for the owner info settings. Unfortunately, I can not exploit this data. It would be good if someone could help me. Thanks