Conversation
|
|
||
| defaultConfig { | ||
| applicationId = "com.example.platform.app" | ||
| minSdk = 21 |
There was a problem hiding this comment.
We're not looking to upgrade our minSdk to 24. You should use RequiresApi annotation around your sample instead
| } | ||
| @Composable | ||
| fun HelloAndroidScreen() { | ||
| Text(text = "Hello Android!") |
There was a problem hiding this comment.
Inline this function directly inside the Surface composable
| <activity android:name=".SaferIntentsActivity" | ||
| android:exported="true"> | ||
| <intent-filter> | ||
| <action android:name="com.example.platform.security.intents.MY_ACTION" /> |
There was a problem hiding this comment.
Without this intent action filter, will this activity be launched with the NULL intent? If yes, explain it in comments
Update the timeout to check if the test can be run
Update some github action version to latest (older are being deprecated) Update min api level to 27
Changing emulator host because x86_64 does not run on arm64
Update api level to 31
Move the base api level to 31
|
/gemini summary |
Summary of ChangesThis pull request adds a new sample, Highlights
ChangelogClick here to see the changelog
Activity
|
No description provided.