Konuyu Oyla:
  • Derecelendirme: 0/5 - 0 oy
  • 1
  • 2
  • 3
  • 4
  • 5
MANAGE_EXTERNAL_STORAGE permission hakkında
#1
Merhaba

API 30 ile birlikte Play Store politikalarında değişiklik olmuş.


@emozgun  burada  detaylı bir açıklma yazmış, emeği için teşekkür ederim.

Benim de gönderdiğim uygulama reddedildi :

Alıntı:About the All Files Access Permission Policy

Files and directory attributes on a user's device are regarded as personal and sensitive user data subject to the Personal and Sensitive Information policy and the following requirements:

Apps should only request access to device storage which is critical for the app to function, and may not request access to device storage on behalf of any third-party for any purpose that is unrelated to critical user-facing app functionality.
Android devices running Android "R" (Android 11) or later, will require the MANAGE_EXTERNAL_STORAGE permission in order to manage access in shared storage. All apps that target R or later and request broad access to shared storage ("All files access") must successfully pass an appropriate access review prior to publishing. Apps allowed to use this permission must clearly prompt users to enable "All files access" for their app under "Special app access" settings. For more information on the R requirements, please see this help article.

Uygulamanın bulunduğu dizinde bir txt dosyasına kullanıcı ayarlarını kaydediyorum.
TPath.GetDocumentsPath GetFilesDir -> Dahili Hafıza /data/data/<application ID>/files  
 Bu durumda


android:requestLegacyExternalStorage="false"    yapmak yeterli olacak mı manifest dosyasını

<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
   <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
   <uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE" />

bu şekilde bırakmak yeterli olur mu?

Kolay Gelsin.
Cevapla


Bu Konudaki Yorumlar
MANAGE_EXTERNAL_STORAGE permission hakkında - Yazar: 41linea41 - 18-03-2022, Saat: 10:03
MANAGE_EXTERNAL_STORAGE permission hakkında - Yazar: Hayati - 23-03-2022, Saat: 18:43

Konu ile Alakalı Benzer Konular
Konular Yazar Yorumlar Okunma Son Yorum
  Orange Ui Page Control Hakkında nurah 3 549 30-10-2025, Saat: 09:17
Son Yorum: RAD Coder
  iOS Bildirim hakkında barissagir 19 3.094 03-02-2025, Saat: 16:27
Son Yorum: barissagir
  Duns Numarası Hakkında Yardım glagher 5 1.531 16-08-2024, Saat: 16:48
Son Yorum: glagher
  Xcode Üyeliği hakkında barissagir 15 4.956 07-02-2024, Saat: 16:26
Son Yorum: barissagir
  Andorid Font Hakkında barissagir 2 981 20-11-2023, Saat: 09:05
Son Yorum: RAD Coder



Konuyu Okuyanlar: 1 Ziyaretçi