+ 2
Java для android
Добрый вечер, я диспетчер. Есть вопрос к тем, кто программирует на java. Можно ли взаимодействовать с системой android с помощью програм, написаных на java (менять системные файлы и тд)?
2 Answers
+ 4
..........
Java for android
Good evening, I'm the dispatcher. There is a question to those who program on java. Is it possible to interact with the android system using programs written in java (change system files, etc.)?
..........
Yes!
for example, you can use Java to set the users wallpaper to any photo that you want.
...
WallpaperManager.setResource(R.drawable.(ImageView's chosen resource));
...
+ 2
Many thanks for the answer :)