grpc-java/examples/android/helloworld/app
Sergii Tkachenko e1ddc3553f
example-android: Add android:exported="true" tag (#9482)
Add android:exported="true" tag to activities/services/receivers that specify an intent filter.

Apps targeting Android 12 and higher are required to specify an explicit value for `android:exported` when the corresponding component has an intent filter defined. Future versions of the manifest merger, as well as the Android platform and the Playstore enforce this.
2022-08-23 14:56:03 -07:00
..
src/main example-android: Add android:exported="true" tag (#9482) 2022-08-23 14:56:03 -07:00
build.gradle Start 1.50.0 development cycle (#9433) 2022-08-10 08:17:59 -07:00
proguard-rules.pro core: Use Class.forName(String) in provider for Android 2017-07-19 10:15:03 -07:00