> "You can also create ~/.android/redir.conf file and add the
> redirections you want, one per line"
>
> where can i create this file?
try this in your python
$ python
>>> import os
>>> print os.path.expanduser("~") + "/.android/redir.conf"
/home/user/.android/redir.conf
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---