i create a lockscreen application and i need to disable a home button, so if that phone is stolen, that phone can\'t be accessed.. my lockscreen is a fullscreen activity.. im use this code to disable
I have an app that is quite old and still has to support Android 1.5 (API version 3) devices. For some reason the screen compatibility mode has stopped running and I can\'t figure out why. It did wo
i create a lockscreen application.. this application is triggered by SMS.. when a SMS containing command was received, it will displ开发者_如何转开发ay a lock screen activity.
I recently decided to provide haptic feedback for the buttons in my app.I looked up how to get the Vibrator from the activity and arranged for my button object to call vibrate().
My app开发者_如何学Pythonlication needs that GPS is active at startup as for it to proceed. Iam testing the app, so I\'m mocking the GPS by adding <uses-permission android:name=\"android.permissio
In my android app I want to associate my app with *.bin extension. Whenever a user click on a *.bin file, I want my app to be started and make a conversion. This link shows associating process, but wh
I am trying to get my Android app to respond to changes in the local address book and sync with it on a need basis.
Hi i have this program where it uses voice command to unlock the phone. In this VoiceRecog activity, when i detected command is wrong, it will call goToSleep(1000); which locks the device.
Can anyone simply explain how restrict small resolution for my app. For example, I want that my app will开发者_如何学编程 be appropriate for QVGA , WVGA and devices with more resolutions?
I have an application that requires the DELETE_PACKAGES and INSTALL_PACKAGES permissions. The app is NOT being distributed through the market and requires \"unknown sources\" to be enabled. When I ins