帖子
帖子
用户
博客
课程
显示全部楼层
57
帖子
0
勋章
157
Y币

[superwebview] 文件配置

[复制链接]
发表于 2017-1-9 01:11:01
<provider android:authorities="com.uzmap.pkg.any.ups" android:exported="false" android:label="udmg" android:name="com.uzmap.pkg.uzapp.UProvider"/>
        <service android:enabled="true" android:label="upns" android:name="com.uzmap.pkg.uzsocket.UPnsService" android:process=":remote"/><!-- android:process=":upush" -->
        <receiver android:enabled="true" android:label="upns" android:name="com.uzmap.pkg.uzapp.UPExtraBridge" android:process=":remote"><!-- android:process=":upush" -->
                <intent-filter>
                <action android:name="android.intent.action.BOOT_COMPLETED"/>
                <action android:name=**.**.conn.CONNECTIVITY_CHANGE"/>
            </intent-filter>
            <intent-filter>
                <action android:name="android.intent.action.PACKAGE_REMOVED"/>
                <action android:name="android.intent.action.PACKAGE_ADDED"/>
                <data android:scheme="package"/>
            </intent-filter>
            <intent-filter><!-- 从Google play安装应用后将向该应用发本广播 -->
                    <action android:name="com.android.vending.INSTALL_REFERRER"/>  
                  </intent-filter>
                  <intent-filter>
                <action android:name="android.intent.action.DOWNLOAD_COMPLETE"/>
                <action android:name="android.intent.action.DOWNLOAD_NOTIFICATION_CLICKED"/>
            </intent-filter>
                        <intent-filter>
                <action android:name="android.intent.apicloud.notification"/>
            </intent-filter>
        </receiver>中的android:name 后面是什么意思需要修改吗

20
帖子
1
勋章
7573
Y币
“com.uzmap.pkg.any”这是默认包名,改成你app项目的包名。
您需要登录后才可以回帖 登录

本版积分规则