diff options
author | Cory Fields <theuni-nospam-@xbmc.org> | 2013-05-02 18:32:46 -0400 |
---|---|---|
committer | Cory Fields <theuni-nospam-@xbmc.org> | 2013-05-10 19:47:03 -0400 |
commit | 257526093ce31545585ab43d2d006dfe4c1f01cf (patch) | |
tree | 879280dcfedce6a41db1022bdcba8a10ee99b157 /tools | |
parent | db060aeb6d0d6370faf8fdbe6188fef4836b7e81 (diff) |
jni: remove the hard-coded receiver
We register for everything dynamically in native code now
Diffstat (limited to 'tools')
-rw-r--r-- | tools/android/packaging/xbmc/AndroidManifest.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/android/packaging/xbmc/AndroidManifest.xml b/tools/android/packaging/xbmc/AndroidManifest.xml index 9aa52a5c40..8082307446 100644 --- a/tools/android/packaging/xbmc/AndroidManifest.xml +++ b/tools/android/packaging/xbmc/AndroidManifest.xml @@ -45,12 +45,6 @@ android:name="android.app.lib_name" android:value="xbmc" /> </activity> - <receiver android:name="XBMCBroadcastReceiver" > - <intent-filter> - <action android:name="android.intent.action.MEDIA_MOUNTED" /> - <data android:scheme="file"/> - </intent-filter> - </receiver> </application> </manifest><!-- END_INCLUDE(manifest) --> |