OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:apks
(Results
1 - 25
of
624
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/cts/hostsidetests/appsecurity/res/pkgsigverify/
README.txt
0
APKs
in this directory are used by PkgInstallSignatureVerificationTest.
2
See that class for information about how these
APKs
were generated.
/external/v8/build/android/ant/empty/res/
.keep
2
#
APKs
that don't have any resources.
/external/webrtc/webrtc/examples/androidtests/
README
10
adb install -r out/Debug/
apks
/AppRTCDemo.apk
11
adb install -r out/Debug/
apks
/AppRTCDemoTest.apk
/frameworks/base/docs/html/training/multiple-apks/
index.jd
1
page.title=Maintaining Multiple
APKs
25
<li><a href="http://developer.android.com/google/play/publishing/multiple-
apks
.html">Multiple APK
32
<p>Multiple APK support is a feature of Google Play that allows you to publish multiple
APKs
42
multiple
APKs
the smart way, make sure they're targeting the devices you want them to,
50
<dt><b><a href="api.html">Creating Multiple
APKs
for Different API Levels</a></b></dt>
51
<dd>Learn how to target different versions of the Android platform using multiple
APKs
. Also
55
<dt><b><a href="screensize.html">Creating Multiple
APKs
for Different Screen Sizes</a></b></dt>
56
<dd>Learn how to target Android devices by screen size using multiple
APKs
. Also learn how to
60
<dt><b><a href="texture.html">Creating Multiple
APKs
for Different GL Textures</a></b></dt>
65
<dt><b><a href="multiple.html">Creating Multiple
APKs
with 2+ Dimensions</a></b></dt
[
all
...]
multiple.jd
1
page.title=Creating Multiple
APKs
with 2+ Dimensions
2
parent.title=Maintaining Multiple
APKs
6
previous.title=Creating Multiple
APKs
for Different GL Textures
25
<li><a href="#Confirm">Confirm You Need Multiple
APKs
</a></li>
36
<li><a href="http://developer.android.com/google/play/publishing/multiple-
apks
.html">Multiple APK
43
<p>When developing your Android application to take advantage of multiple
APKs
on Google Play,
45
further into the development process. This lesson shows you how to create multiple
APKs
of your
50
<h2 id="Confirm">Confirm You Need Multiple
APKs
</h2>
57
case. The <a href="{@docRoot}google/play/publishing/multiple-
apks
.html#ApiLevelOptions">Using
76
material in the resources linked, and determined that multiple
APKs
are the right path for you
[
all
...]
texture.jd
1
page.title=Creating Multiple
APKs
for Different GL Textures
2
parent.title=Maintaining Multiple
APKs
6
previous.title=Creating Multiple
APKs
for Different Screen Sizes
8
next.title=Creating Multiple
APKs
with 2+ Dimensions
25
<li><a href="#Confirm">Confirm You Need Multiple
APKs
</a></li>
36
<li><a href="http://developer.android.com/google/play/publishing/multiple-
apks
.html">Multiple APK
43
<p>When developing your Android application to take advantage of multiple
APKs
on Google Play, it?s important to adopt some good practices from the get-go, and prevent unnecessary headaches further into the development process. This lesson shows you how to create multiple
APKs
of your app, each supporting a different subset of OpenGL texture formats. You will also gain some tools necessary to make maintaining a multiple APK codebase as painless as possible.</p>
46
<h2 id="Confirm">Confirm You Need Multiple
APKs
</h2>
52
href="{@docRoot}google/play/publishing/multiple-
apks
.html#ApiLevelOptions">Using Single AP
[
all
...]
api.jd
1
page.title=Creating Multiple
APKs
for Different API Levels
2
parent.title=Maintaining Multiple
APKs
6
next.title=Creating Multiple
APKs
for Different Screen Sizes
25
<li><a href="#Confirm">Confirm You Need Multiple
APKs
</a></li>
36
<li><a href="http://developer.android.com/google/play/publishing/multiple-
apks
.html">Multiple APK
47
<p>When developing your Android application to take advantage of multiple
APKs
on Google Play,
49
further into the development process. This lesson shows you how to create multiple
APKs
of your
54
<h2 id="Confirm">Confirm You Need Multiple
APKs
</h2>
60
href="{@docRoot}google/play/publishing/multiple-
apks
.html#ApiLevelOptions">Using Single APK
81
material in the resources linked, and determined that multiple
APKs
are the right path for you
[
all
...]
screensize.jd
1
page.title=Creating Multiple
APKs
for Different Screen Sizes
2
parent.title=Maintaining Multiple
APKs
6
previous.title=Creating Multiple
APKs
for Different API Levels
8
next.title=Creating Multiple
APKs
for Different GL Textures
26
<li><a href="#Confirm">Confirm You Need Multiple
APKs
</a></li>
37
<li><a href="http://developer.android.com/google/play/publishing/multiple-
apks
.html">Multiple APK
46
<p>When developing your Android application to take advantage of multiple
APKs
on Google Play,
48
further into the development process. This lesson shows you how to create multiple
APKs
of your
53
<h2 id="Confirm">Confirm You Need Multiple
APKs
</h2>
59
href="{@docRoot}google/play/publishing/multiple-
apks
.html#ApiLevelOptions">Using Single AP
[
all
...]
/frameworks/base/docs/html/google/play/publishing/
multiple-apks.jd
10
<li>Simultaneously publish different
APKs
for different
12
<li>You should publish multiple
APKs
only when it's not possible to
20
<li><a href="#Active">Active
APKs
</a></li>
24
<li><a href="#HowItWorks">How Multiple
APKs
Work</a>
27
<li><a href="#Rules">Rules for multiple
APKs
</a></li>
30
<li><a href="#CreatingApks">Creating Multiple
APKs
</a>
57
<p>Multiple APK support is a feature on Google Play that allows you to publish different
APKs
76
publish multiple
APKs
under the same application listing. Google Play then supplies each APK to
80
<p>By publishing your application with multiple
APKs
, you can:</p>
92
multiple
APKs
as the same application.</p
[
all
...]
/build/tools/releasetools/
check_target_files_signatures
18
Check the signatures of all
APKs
in a target_files .zip file. With
58
# (which is common with zipaligned
APKs
). This overrides the
233
self.
apks
= None
240
self.
apks
= {}
248
self.
apks
[apk.filename] = apk
263
for apk in self.
apks
.itervalues():
268
apks
= apks_by_uid[uid]
269
for apk in
apks
[1:]:
270
if apk.certs !=
apks
[0].certs:
279
for apk in
apks
[
all
...]
check_target_files_signatures.py
18
Check the signatures of all
APKs
in a target_files .zip file. With
58
# (which is common with zipaligned
APKs
). This overrides the
233
self.
apks
= None
240
self.
apks
= {}
248
self.
apks
[apk.filename] = apk
263
for apk in self.
apks
.itervalues():
268
apks
= apks_by_uid[uid]
269
for apk in
apks
[1:]:
270
if apk.certs !=
apks
[0].certs:
279
for apk in
apks
[
all
...]
/frameworks/base/core/tests/coretests/apks/keyset/
Android.mk
3
#
apks
signed by keyset_A
53
#
apks
signed by keyset_B
75
#
apks
signed by keyset_A and keyset_B
84
#
apks
signed by keyset_A and unit_test
93
#
apks
signed by platform only
101
#
apks
signed by platform and keyset_A
/cts/hostsidetests/appsecurity/test-apps/keysets/uB/
Android.mk
17
#
apks
signed cts-keyset-test-a
32
#
apks
signed cts-keyset-test-b
47
#
apks
signed by cts-keyset-test-a and cts-keyset-test-c
/cts/hostsidetests/appsecurity/test-apps/keysets/uA/
Android.mk
17
#
apks
signed by cts-keyset-test-a
30
#
apks
signed by cts-keyset-test-b
43
#
apks
signed by cts-keyset-test-ec-a
56
#
apks
signed by cts-keyset-test-a and cts-keyset-test-b
/external/v8/build/android/pylib/gtest/filter/
base_unittests_disabled
21
# Death tests are not supported with
apks
.
/cts/hostsidetests/appsecurity/test-apps/keysets/permDef/
Android.mk
17
#
apks
signed cts-keyset-test-a
31
#
apks
signed cts-keyset-test-b
/cts/hostsidetests/appsecurity/test-apps/keysets/permUse/
Android.mk
17
#
apks
signed cts-keyset-test-a
32
#
apks
signed cts-keyset-test-b
/cts/hostsidetests/appsecurity/test-apps/keysets/uBsharedUser/
Android.mk
17
#
apks
signed cts-keyset-test-a
32
#
apks
signed cts-keyset-test-b
/frameworks/base/core/tests/coretests/
Android.mk
42
# intermediate dir to include all the test
apks
as raw resource
47
# Rules to copy all the test
apks
to the intermediate raw resource directory
54
# Use R_file_stamp as dependency because we want the test
apks
in place before the R.java is generated.
/cts/hostsidetests/appsecurity/test-apps/
Android.mk
22
# Build the test
APKs
using their own makefiles
/cts/hostsidetests/appsecurity/test-apps/keysets/
Android.mk
22
# Build the test
APKs
using their own makefiles
/cts/hostsidetests/devicepolicy/app/
Android.mk
19
# Build the test
APKs
using their own makefiles
/cts/hostsidetests/devicepolicy/app/DeviceAdmin/
Android.mk
19
# Build the test
APKs
using their own makefiles
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/
Android.mk
19
# Build the test
APKs
using their own makefiles
/cts/hostsidetests/os/test-apps/
Android.mk
22
# Build the test
APKs
using their own makefiles
Completed in 358 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>