goodev / android-xbmcremote

Automatically exported from code.google.com/p/android-xbmcremote
1 stars 0 forks source link

Potential permission missing. #616

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

I have manually checked out potential permission missing problems.

In trunk, "src / org / xbmc / android / util / SmsPopupUtils.java", Line 932,
an instance of ActivityManager (mAM) calls "getRunningTasks()" which requires 
"GET_TASKS" permission. However, I can't find this permission in 
AndroidManifest.xml in trunk. (Refer to 
"http://developer.android.com/reference/android/app/ActivityManager.html#getRunn
ingTasks(int)" )

What is the expected output? What do you see instead?

-> no permission missing.

What version of XBMC Remote are you using?

-> Trunk

Which Android device are you using (and which ROM, if custom)?

N/A

Which XBMC revision are you running and on which platform?

N/A

Please provide any additional information below.

Original issue reported on code.google.com by dark...@gmail.com on 3 Mar 2012 at 5:28