intent-filter in manifest file to enable the open button on install
问题 I am fairly new to Android Development and I have seen examples where this is put into the Manifest.xml file: <intent-filter> <action android:name="android.intent.action.MAIN" />` </intent-filter> I thought this was what I needed so that after my Application Installs the open button would be enabled. However, even though Ihave this in my Manifest the button is stlll disabled. So, can anyone tell me ehat I am doing wrong? Thanks for any help. ** UPDATE... Here is my full Manifest.xml file: <