We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3e446b commit d5896d3Copy full SHA for d5896d3
OneSignalSDK/onesignal/src/main/java/com/onesignal/OSUtils.java
@@ -403,8 +403,7 @@ String getCarrierName() {
403
}
404
405
static Bundle getManifestMetaBundle(Context context) {
406
-
407
- ApplicationInfo ai = null;
+ ApplicationInfo ai;
408
try {
409
ai = context.getPackageManager().getApplicationInfo(context.getPackageName(), PackageManager.GET_META_DATA);
410
return ai.metaData;
0 commit comments