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
831
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/build/android/ant/empty/res/
.keep
2
#
APKs
that don't have any resources.
/external/sepolicy/
dex2oat.te
10
# locked
APKs
.
/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
64
# (which is common with zipaligned
APKs
). This overrides the
239
self.
apks
= {}
247
self.
apks
[apk.package] = apk
262
for apk in self.
apks
.itervalues():
267
apks
= apks_by_uid[uid]
268
for apk in
apks
[1:]:
269
if apk.certs !=
apks
[0].certs:
278
for apk in
apks
:
301
for apk in self.
apks
.itervalues()
[
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/uA/
Android.mk
17
#
apks
signed by cts-keyset-test-a
30
#
apks
signed by cts-keyset-test-b
42
#
apks
signed by cts-keyset-test-a and cts-keyset-test-b
/cts/hostsidetests/appsecurity/test-apps/keysets/uB/
Android.mk
17
#
apks
signed cts-keyset-test-a
30
#
apks
signed cts-keyset-test-b
43
#
apks
signed by cts-keyset-test-a and cts-keyset-test-c
/frameworks/base/core/tests/coretests/
Android.mk
32
# intermediate dir to include all the test
apks
as raw resource
37
# Rules to copy all the test
apks
to the intermediate raw resource directory
44
# Use R_file_stamp as dependency because we want the test
apks
in place before the R.java is generated.
/external/chromium_org/build/android/pylib/gtest/filter/
base_unittests_disabled
21
# Death tests are not supported with
apks
.
net_unittests_disabled
37
# Death tests are not supported with
apks
.
/cts/hostsidetests/appsecurity/test-apps/keysets/permDef/
Android.mk
17
#
apks
signed cts-keyset-test-a
30
#
apks
signed cts-keyset-test-b
/cts/hostsidetests/appsecurity/test-apps/keysets/permUse/
Android.mk
17
#
apks
signed cts-keyset-test-a
30
#
apks
signed cts-keyset-test-b
/cts/hostsidetests/appsecurity/test-apps/
Android.mk
19
# Build the test
APKs
using their own makefiles
/cts/hostsidetests/appsecurity/test-apps/keysets/
Android.mk
19
# Build the test
APKs
using their own makefiles
/cts/hostsidetests/devicepolicy/app/
Android.mk
19
# Build the test
APKs
using their own makefiles
/external/chromium_org/tools/android/
android_tools.gyp
8
# unittests and instrumentation test
apks
.
/frameworks/base/core/tests/hosttests/
Android.mk
19
# Build the test
APKs
using their own makefiles
/frameworks/base/core/tests/hosttests/test-apps/
Android.mk
19
# Build the test
APKs
using their own makefiles
/frameworks/base/core/tests/utillib/
Android.mk
25
# Build the test
APKs
using their own makefiles
/cts/hostsidetests/monkey/src/com/android/cts/monkey/
AbstractMonkeyTest.java
18
static final String[]
APKS
= {"CtsMonkeyApp.apk", "CtsMonkeyApp2.apk"};
46
File app = mBuild.getTestApp(
APKS
[i]);
Completed in 692 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>