cuplv / droidel

Framework model for static analysis of Android
Apache License 2.0
45 stars 14 forks source link

Adding template, Java 6 #5

Closed pietroferrara closed 10 years ago

sblackshear commented 10 years ago

Hi Pietro, This looks great, thanks!

If I could request one change, it looks like the ANDROID_CALLBACKS loading change you made in AndroidAppTransformer is breaking the regression tests by causing a failure in loading the callbacks file. Do you think you could either restore the commented code there, or add an extra fallback case that uses the full path to the file (src/main/resources/AndroidCallbacks.txt) in the case that loading from the resources fails?