Home
last modified time | relevance | path

Searched refs:APK (Results 1 – 25 of 40) sorted by relevance

12

/system/tools/aidl/tests/java_app/
DREADME1 To use this APK do something like:
9 $ adb install -r <path-to-APK-in-out-directory>
/system/sepolicy/prebuilts/api/27.0/public/
Dprofman.te7 # Dumping profile info opens the application APK file for pretty printing.
11 # Reading an APK opens a ZipArchive, which unpack to tmpfs.
Dcrash_dump.te37 # Read APK files.
/system/sepolicy/prebuilts/api/26.0/public/
Dprofman.te7 # Dumping profile info opens the application APK file for pretty printing.
11 # Reading an APK opens a ZipArchive, which unpack to tmpfs.
Dcrash_dump.te34 # Read APK files.
/system/sepolicy/prebuilts/api/28.0/public/
Dprofman.te7 # Dumping profile info opens the application APK file for pretty printing.
13 # Reading an APK opens a ZipArchive, which unpack to tmpfs.
Dcrash_dump.te31 # Read APK files.
/system/sepolicy/prebuilts/api/29.0/public/
Dprofman.te7 # Dumping profile info opens the application APK file for pretty printing.
13 # Reading an APK opens a ZipArchive, which unpack to tmpfs.
Dcrash_dump.te31 # Read APK files.
/system/sepolicy/prebuilts/api/30.0/public/
Dprofman.te7 # Dumping profile info opens the application APK file for pretty printing.
13 # Reading an APK opens a ZipArchive, which unpack to tmpfs.
Dcrash_dump.te31 # Read APK files.
/system/sepolicy/public/
Dprofman.te7 # Dumping profile info opens the application APK file for pretty printing.
13 # Reading an APK opens a ZipArchive, which unpack to tmpfs.
Dcrash_dump.te31 # Read APK files.
/system/sepolicy/prebuilts/api/29.0/private/
Dviewcompiler.te6 # Reading an APK opens a ZipArchive, which unpack to tmpfs.
19 # Allow the view compiler to read resources from the apps APK.
Ddexoptanalyzer.te6 # Reading an APK opens a ZipArchive, which unpack to tmpfs.
/system/sepolicy/prebuilts/api/30.0/private/
Dviewcompiler.te6 # Reading an APK opens a ZipArchive, which unpack to tmpfs.
19 # Allow the view compiler to read resources from the apps APK.
Ddexoptanalyzer.te10 # Reading an APK opens a ZipArchive, which unpack to tmpfs.
/system/sepolicy/private/
Dviewcompiler.te6 # Reading an APK opens a ZipArchive, which unpack to tmpfs.
19 # Allow the view compiler to read resources from the apps APK.
Ddexoptanalyzer.te10 # Reading an APK opens a ZipArchive, which unpack to tmpfs.
/system/gsid/tests/
DDSUEndtoEndTest.java50 private static final String APK = "LockScreenAutomation.apk"; field in DSUEndtoEndTest
132 installPackage(APK); in testDSU()
/system/sepolicy/prebuilts/api/26.0/private/
Ddexoptanalyzer.te5 # Reading an APK opens a ZipArchive, which unpack to tmpfs.
/system/sepolicy/prebuilts/api/27.0/private/
Ddexoptanalyzer.te5 # Reading an APK opens a ZipArchive, which unpack to tmpfs.
/system/sepolicy/prebuilts/api/28.0/private/
Ddexoptanalyzer.te5 # Reading an APK opens a ZipArchive, which unpack to tmpfs.
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/
DCMakeLists.txt11 # Gradle automatically packages shared libraries with your APK.
/system/apex/docs/
DREADME.md20 - APK-based modules can't be used early in the boot sequence. The package
24 - The APK format (particularly the manifest) is designed for Android apps and
53 The `AndroidManifest.xml` file allows the APEX file to use APK-related tools and
112 ### APEX files are APK files
114 APEX files are valid APK files because they are signed zip archives (using the
115 APK signature scheme) containing an `AndroidManifest.xml` file. This allows APEX
116 files to use the infrastructure for APK files, such as a package installer app,
144 [APK signature scheme v3](/https://source.android.com/security/apksigning/v3). Two different keys a…
417 public/private key pairs. APK signing (specified by `certificate`) is required
418 because an APEX is an APK.

12