PackageInstaller.Session.GetNames Method
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.
Return all APK names contained in this session.
[Android.Runtime.Register("getNames", "()[Ljava/lang/String;", "GetGetNamesHandler")]
public virtual string[] GetNames ();
[<Android.Runtime.Register("getNames", "()[Ljava/lang/String;", "GetGetNamesHandler")>]
abstract member GetNames : unit -> string[]
override this.GetNames : unit -> string[]
Returns
- Attributes
Remarks
Return all APK names contained in this session.
This returns all names which have been previously written through #openWrite(String, long, long)
as part of this session.
Java documentation for android.content.pm.PackageInstaller.Session.getNames()
.
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.