Manifest error resolved
Signed-off-by: Priyank Shankar <shankarpriyank312002@gmail.com>
This commit is contained in:
parent
10d41a7bae
commit
11b1c7f9fd
2 changed files with 3 additions and 2 deletions
|
@ -4,6 +4,8 @@
|
|||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:installLocation="auto">
|
||||
|
||||
<uses-sdk android:minSdkVersion="23" android:targetSdkVersion="32" />
|
||||
|
||||
|
||||
<uses-feature
|
||||
android:glEsVersion="0x00020000"
|
||||
|
|
|
@ -23,8 +23,7 @@ public final class HelloWorldService extends CarAppService {
|
|||
@Override
|
||||
@NonNull
|
||||
public Screen onCreateScreen(@Nullable Intent intent) {
|
||||
return null;
|
||||
// return new HelloWorldScreen(getCarContext());
|
||||
return new HelloWorldScreen(getCarContext());
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Reference in a new issue