Added the Alexandre's updated code.

This commit is contained in:
Batuhan Berk Başoğlu 2021-02-25 23:33:45 -05:00
parent 304fb5a204
commit f288b6e81a
307 changed files with 8423 additions and 5873 deletions

View file

@ -22,11 +22,13 @@
android:appComponentFactory="androidx.core.app.CoreComponentFactory"
android:debuggable="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:label="Keyless Auto"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:testOnly="true"
android:theme="@style/AppTheme" >
<activity android:name="com.example.capstone.Apps" />
<activity android:name="com.example.capstone.Email" />
<activity android:name="com.example.capstone.add" />
<activity android:name="com.example.capstone.About" />
<activity android:name="com.example.capstone.Support" />