I want to know how to control system resources and services like bluetooth, SMS, phone contacts etc. Honestly, i want to know how or what to do to control sms usage based on user behavior, block incoming call or change it to auto vibrate mode without user noticed like that. Actually, I want it for my assignment about context aware access control paper. I choose Android for implementation but i am afraid i couldn t submit my paper in time if i study android from the beginning and all by myself. No offense but I want to avoid errors. I feel my head becomes swollen whenever "force close error" show as I need it urgent.
I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...