ApplicationInfo.RequestRawExternalStorageAccess Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public virtual int RequestRawExternalStorageAccess { [Android.Runtime.Register("getRequestRawExternalStorageAccess", "()I", "GetGetRequestRawExternalStorageAccessHandler", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getRequestRawExternalStorageAccess", "()I", "GetGetRequestRawExternalStorageAccessHandler", ApiSince=31)>]
member this.RequestRawExternalStorageAccess : int
Property Value
<ul>
<li>ApplicationInfo#RAW_EXTERNAL_STORAGE_ACCESS_DEFAULT
if app didn't specify
android.R.styleable#AndroidManifestApplication_requestRawExternalStorageAccess
attribute in the manifest.
<li>ApplicationInfo#RAW_EXTERNAL_STORAGE_ACCESS_REQUESTED
if this app requested raw
external storage access.
<li>ApplicationInfo#RAW_EXTERNAL_STORAGE_ACCESS_NOT_REQUESTED
if this app requests to
disable raw external storage access
</ul
<p>
Note that this doesn't give any hints on whether the app gets raw external storage access or
not. Also, apps may get raw external storage access by default in some cases, see
android.R.styleable#AndroidManifestApplication_requestRawExternalStorageAccess
.
- Attributes
Remarks
Java documentation for android.content.pm.ApplicationInfo.getRequestRawExternalStorageAccess()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.