Exported service does not require permission出现警告

<service android:name=".musicServer">       
             <intent-filter>
              <action android:name="ccc.MUSIC"/>
              <category android:name="android.intent.category.default" />
             </intent-filter>
            </service>

 

//声明service时出现警告提示  在<service>和 <action>中加入android:exported="false",就可以了

 

android:exported="false" 不允许外部程序引用,"true"  允许外部程序引用

posted @ 2013-12-17 16:44  爱编程hao123  阅读(276)  评论(0编辑  收藏  举报