aboutsummaryrefslogtreecommitdiffstats
path: root/Notes.md
blob: b99beab233b72c17b2f1f461685e20f3fbceb47b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Research Notes

## Q & A

### What is the MultiDex?
```
Android application (APK) files contain executable bytecode files in the form of Dalvik Executable (DEX) files, which contain the compiled code used to run your app. The Dalvik Executable specification limits the total number of methods that can be referenced within a single DEX file to 65,536, including Android framework methods, library methods, and methods in your own code. Getting past this limit requires that you configure your app build process to generate more than one DEX file, known as a multidex configuration.
```
https://stackoverflow.com/questions/33588459/what-is-android-multidex

### What is android:appCategory?

### What is android:largeHeap?

### What does " tools:ignore="GoogleAppIndexingWarning"" mean?

### What does "tools:replace="android:label, android:allowBackup"" mean?

### Obtaining Phone Number
Scheint nicht garantiert zu sein. Ggf. Device ID doch besser -> Use Case des Wechsels ggf. haeufiger notwendig
https://stackoverflow.com/questions/2480288/programmatically-obtain-the-phone-number-of-the-android-phone