I would like to bring the user to the list of installed applications usi开发者_如何学运维ng an intent.You canlaunch the application settings screen by using the following:
I am m开发者_C百科aking an app in which I want o pass a json array between 2 activities .how to pass json arry from one activity to another through intents in android. can anybody help me over this??
I am trying to create a weekly reminder in my app. For this I am using AlarmManager. Here is the code generating alarm
I want to make a picture with the camera intent and save it to the default DCIM folder. Then I want to get the path/filename where the picture is stored.
I am working on the security aspects of my android application. I would like to know about the ways to secure the Intent data and extras while sending it fr开发者_JAVA技巧om one application to anothe
I\'m trying to display just MP3 files with: Intent intent = new Intent(Intent.ACTION_GET_CONTENT); intent.setType(\"audio/mp3\");
I was wondering if it was possible to specifically determine if an Android device was plugged into a computer or just power.
I want to launch a notification. When I click on it, it opens a NEW window of the app. Here\'s my code:
I implemented a broadcast receiver to \"block\" my app if the internet connection is lost. By block I mean that the app has to open a \"No internet connection\" activity.
I\'m using Android 2.2. I have an application which logouts (causing the application to return to the login page) after a certain period of inactivity. I am using Intent.FLAG_ACTIVITY_CLEAR_TOP for my