Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed last month.
Improve this question
How can i make apk android work only on my phone
And when i use it in another phone dont work ?
I need ideas.
As you can see in this answer, you can limit the use of your application only for your phone using the serial number.
Related
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 10 hours ago.
Improve this question
Based on the native version, Android 11 and above. Multi-window mode cannot be used in Android car. You need to discard CarSystemUI and modify Phone Systemui to solve the problem
修改config.xm配置_
systemUIServiceComponents排除和配置systemUIServiceComponent包含
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed last month.
Improve this question
Actually I made a camera app by learning on YouTube and other platform but now I want to add some real time filter can anyone tell me how to make a filter that works in real time....? I'm newbie 🙂
Anyone ell me how to make a filter that work live
Here the GitHub demo code you can implement it in your code.
CameraView that's you can try.
You can use this one also and Editor Like WhatsApp.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 11 months ago.
Improve this question
I am a beginner in programming Android applications in Java. I want to know how to control or change something, for example, cut off the Internet on another application. Is there a way or suggestion. Thank you
I don't think it's possible unless you are the developer of both and remove the permission for both apps, see: Can an app give its permission to another application in android?
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 1 year ago.
Improve this question
I want to change my android studio setting in a way that when I write:
system.out.print();
it automatically change it to caps: System.out.print();
with out the need to turn on capslock every time
you can simply write "sout" then press Tab you will get "System.out.print("");" written immediately
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
I need your help. So i want to have the current location of the user. I want to have it as a String.
It would be great if somebody could help me ;)
Please check Google Play services where is option to retrieve last known location or getting location udaptes via listener Location updates