Browse Source

修改普耐尔的包名

songw 1 tháng trước cách đây
mục cha
commit
2e7ba4696c

+ 1 - 1
app/src/main/AndroidManifest.xml

@@ -70,7 +70,7 @@
 
         <provider
             android:name="androidx.core.content.FileProvider"
-            android:authorities="erp.erp.punaier_wms.fileprovider"
+            android:authorities="uas.erp.punaier_wms.fileprovider"
             android:exported="false"
             android:grantUriPermissions="true"
             tools:replace="android:authorities">

+ 1 - 1
app/src/main/java/uas/erp/punaier_wms/fragment/VersionUpgradeFragment.java

@@ -237,7 +237,7 @@ public class VersionUpgradeFragment extends BaseFragment implements ProgressResp
                         Intent intent = new Intent(Intent.ACTION_VIEW);
                         if (Build.VERSION.SDK_INT >= 24) {
                             Uri apkUri = FileProvider.getUriForFile(mActivity,
-                                    "erp.erp.punaier_wms.fileprovider", apk);
+                                    "uas.erp.punaier_wms.fileprovider", apk);
                             intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
                             intent.addFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION);
                             intent.setDataAndType(apkUri, "application/vnd.android.package-archive");

+ 1 - 0
pda_libs/pulltoreflashlibrary/.gitignore

@@ -0,0 +1 @@
+/build