permission

  1. practicalsoft

    Xen-AddOn [XFA] Custom Username Icons v5.0.7 5.0.7

    [XFA] Custom Username Icons v5.0.7 شرح نمادهای نام کاربری سفارشی سطح جدیدی از سفارشی سازی را برای شما و کاربرانتان به ارمغان می آورد! این افزونه به کاربر امکان می‌دهد یک یا چند نماد [NEW 5.0.0] را انتخاب کند تا در نزدیکی نام کاربری او در همه جای برد شما نمایش داده شود. نمادها را می‌توان از بین...
  2. practicalsoft

    Xen-AddOn [OzzModz] XFRM: Resource Auto Delete Permission Check 2.0.0

    PracticalSoft فایل جدیدی فرستاد. [OzzModz] XFRM: Resource Auto Delete Permission Check 2.0.0 - منابع را از نویسندگانی که اجازه ارسال منابع در یک دسته را از دست داده اند حذف می کند . اطلاعات بیشتر در مورد این فایل...
  3. practicalsoft

    Xen-AddOn User Essentials 4.2.13 4.2.13

    درباره: این افزونه عملکردها و گزینه های مفیدی را برای کاربر فراهم می کند. نام کاربری، رشته و توابع پست اضافی را به اعضای خود ارائه دهید. تغییر نام کاربری هرگز به این آسانی نبوده است! الزامات نصب پست پس از نصب، ابزار ذکر مجدد محتوا را اجرا کنید: php cmd.php xf-rebuild:sv-mentions یا AdminCP =>...
  4. practicalsoft

    دانلودبیسیک4اندروید نسخه 11.50 آخرین ورژن 11.50

    مهم ترین تغییرات این نسخه: بالا رفتن و چندین برابر شدن سرعت اجرای پروژه ها با روش جدید کامپایل پشتیبانی از جاوا ورژن 8 دیگه مشکل رپ کردن و استفاده از کتابخانه هایی که با جاوا 8 نوشته شدن وجود نداره، B4A v11.50 has been released! One of the major steps during compilation is the...
  5. practicalsoft

    B4X FEED Requesting dangerous write permission with TargetSDKVersion 29

    I believe Starter.rp.Check(Starter.rp.PERMISSION_WRITE_EXTERNAL_STORAGE) will not work with TargetSDKVersion 29 and android-29? I do not see the permission screen. I included the legacy manifest as required. ادامه مطلب...
  6. practicalsoft

    B4X FEED Simple WIFI library Updated V. 3.07 09-05-2018

    This library is based on the library Jem:https://www.b4x.com/android/forum/threads/simple-wifi-library.38601/ Which Jem can no longer maintain. I needed some methods that the library did not have, for an application I'm doing, and instead of creating a library from scratch, I preferred to take...
  7. practicalsoft

    B4X FEED EACCES (Permission denied)

    Hi All, I know this question has been asked many times and the answer is always this : Runtime permissions: https://www.b4x.com/search?query=Runtime+permissions . Well I have read through this several times and am more baffled than before. My Question: I have used the following code to copy...
  8. practicalsoft

    B4X FEED RuntimePermissions how?

    RuntimePermissions in RuntimePermissions Example Android Tutorial - Runtime Permissions (Android 6.0+ Permissions) If the targetSdkVersion is lower than 23 then the standard permissions system will be used on all devices including Android 6+, however soon all Google Play apps will need to set...
  9. practicalsoft

    B4X FEED old HTTPServerExample, permission at runtime, how?

    old HTTPServerExample permission at runtime how? https://www.b4x.com/android/forum/threads/embed-an-http-server-in-your-android-application.25984/ I add in manifest editor AddPermission(android.permission.READ_EXTERNAL_STORAGE) AddPermission(android.permission.WRITE_EXTERNAL_STORAGE)...
  10. practicalsoft

    B4X FEED [ solved ] B4A android 10 target 29 non si riesce ad accedere alla cartella esterna download help

    Buon Pomeriggio a tutti non riesco ad accedere alla cartella download su androi 10 con target 29, faccio notare che per pubblicare un'app su googleplay bisogna mettere per forza api 29, come da comunicazione google che allego, allego anche il codice con cui cerco di creare una cartella su...
  11. practicalsoft

    B4X FEED B4A android 10 target 29 non si riesce ad accedere alla cartella esterna download help

    Buon Pomeriggio a tutti non riesco ad accedere alla cartella download su androi 10 con target 29, faccio notare che per pubblicare un'app su googleplay bisogna mettere per forza api 29, come da comunicazione google che allego, allego anche il codice con cui cerco di creare una cartella su...
  12. practicalsoft

    B4X FEED Runtime Permissions Android 10 / File.DirRootExternal

    Hello, With Android 10, it is not possible to read the folder "File.DirRootExternal " because not permission. ( - 29 - No permission to access File.DirRootExternal, even with the STORAGE permission). Is there an other way to access folder "Download " or "Bluetooth" in Android storage maybe...
  13. practicalsoft

    B4X FEED StartApp ads service

    Hello everyone, also posted here. Tappx B4A Library - Tappx ads service 1. Register with Tappx and get an app key: https://www.tappx.com 2. Download their AAR library and copy it to the additional libraries folder: https://repo1.maven.org/maven2/com/tappx/sdk/android/tappx-sdk/3.1.3/ 3. Add...
  14. practicalsoft

    B4X FEED display.io ads service

    1. Register with http://www.display.io/en/, create a new app and an interstitial ad unit. 2. Download their sdk and copy it to the additional libraries folder. 3. Add to manifest editor: B4X: AddPermission(android.permission.INTERNET) AddPermission(android.permission.ACCESS_NETWORK_STATE)...
  15. practicalsoft

    B4X FEED Android Device Unique ID - Alternative to PhoneId

    This is an old tutorial. It will not work on new versions of Android. You should either generate a random value when the app starts for the first time or use the advertising id: https://www.b4x.com/android/forum/threads/advertising-id.101050/#content This tutorial is based on the following blog...
  16. practicalsoft

    B4X FEED BLE Request Permission Never Returns

    I am having an issue with the following lines of code. I have researched the forums and cannot get it to work. I have the BLE tutorial app up and running great. BLE.rp.CheckAndRequest(BLE.rp.PERMISSION_ACCESS_COARSE_LOCATION) Wait For Activity_PermissionResult (Permission As String, Result As...
  17. practicalsoft

    B4X FEED Problem with GPS location in API 29

    Hello, My application worked fine with API 26 all time. However now with API 29 it stops getting GPS location while phone is locked. B4A version is 10.0 SDK is android-29 My manifest contains: <uses-sdk android:minSdkVersion="4" android:targetSdkVersion="29"/> <uses-permission...
  18. practicalsoft

    B4X FEED Access Wifi Information

    This code takes care of requesting the location permission which is needed on Android 8+: B4X: Sub GetWifiInfo As ResumableSub Dim p As Phone Dim WifiManager As JavaObject Dim WifiInfo As JavaObject WifiManager = WifiManager.InitializeContext.RunMethod("getSystemService"...
  19. practicalsoft

    بیسیک فور اندروید لیست پرمیشن ها permissions list در بیسیک4 اندروید

    لیست پرمیشن ها permissions list در بیسیک4 اندروید AddPermission(android.permission.BODY_SENSORS) ' Required for Google Fit´s Heartratesensor AddPermission(android.permission.ACCESS_CHECKIN_PROPERTIES) ' Allows read/write access to the "properties" table in the checkin database, to change values...
  20. practicalsoft

    B4X FEED B4X runtime permission error

    I used an example from xchart from Klaus to make a snapshot of a graph. I used this code B4X: Sub savesnapshot Dim rp As RuntimePermissions rp.CheckAndRequest(rp.PERMISSION_WRITE_EXTERNAL_STORAGE) Wait For Activity_PermissionResult (Permission As String, Result As Boolean) If...
عقب
بالا