Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

ADB (Android Debug Bridge) is a tool that comes with the Android SDK that allows you to control and interface with your Android device.

learn more… | top users | synonyms

0
votes
0answers
23 views

Android - have service notified when app is opened

I'm trying to make a widget for Android 2.3+ that will show when the last time the user had Facebook open was. I know that one way to get this information is to use the android.permission.GET_TASKS ...
1
vote
1answer
220 views

log into Facebook app using am start commands/ADB shell

I would like to log into the Facebook app from an android shell using am start commands. am start -n com.facebook.katana/.LoginActivity That command brings up the facebook login screen. But ...