• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

res/14-Jan-2024-8850

src/com.android.cts.notesapp/14-Jan-2024-13183

Android.bpD14-Jan-20241 KiB3532

AndroidManifest.xmlD14-Jan-20241.6 KiB4122

READMED14-Jan-2024890 2015

README

1Copyright (C) 2023 The Android Open Source Project
2
3Licensed under the Apache Licence, Version 2.0 (the "License");
4you may not use this file except in compliance with the License.
5You may obtain a copy of the License at
6
7     http://www.apache.org/licenses/LICENSE-2.0
8
9Unless required by applicable law or agreed to in writing, software
10distributed under the License is distributed on an "AS IS" BASIS,
11WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12See the License for the specific language governing permissions and
13limitations under the License.
14
15This package is used to generate CtsDefaultNotesApp.apk that is used in CtsVerifier test.
16To install the apk file, run the following commands from your android checkout:
17cd $ANDROID_BUILD_TOP && \
18make -j32 CtsDefaultNotesApp && \
19adb install -r -t $OUT/testcases/CtsDefaultNotesApp/arm64/CtsDefaultNotesApp.apk
20