|  | 
| 17 | 17 | 
 | 
| 18 | 18 | <!-- The first number in the version name distinguishes this as the 3P app version. --> | 
| 19 | 19 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" | 
| 20 |  | -    package="com.googletest.firebase.remoteconfig.bandwagoner" | 
| 21 |  | -    android:versionCode="1" | 
| 22 |  | -    android:versionName="3.0.0"> | 
|  | 20 | +	android:versionCode="1" | 
|  | 21 | +	android:versionName="3.0.0"> | 
| 23 | 22 | 
 | 
| 24 | 23 | 
 | 
| 25 | 24 |   <!--Needed for Firebase Installations getToken method.--> | 
|  | 
| 30 | 29 |   <uses-permission android:name="android.permission.WAKE_LOCK"/> | 
| 31 | 30 | 
 | 
| 32 | 31 |   <application | 
| 33 |  | -      android:name=".MainApplication" | 
| 34 |  | -      android:label="Bandwagoner" | 
| 35 |  | -      android:theme="@style/LightNoActionBarTheme"> | 
| 36 |  | - | 
| 37 |  | -    <activity android:exported="true" android:name=".MainActivity"> | 
| 38 |  | -      <intent-filter> | 
| 39 |  | -        <action android:name="android.intent.action.MAIN" /> | 
| 40 |  | -        <category android:name="android.intent.category.LAUNCHER" /> | 
| 41 |  | -      </intent-filter> | 
| 42 |  | -    </activity> | 
| 43 |  | - | 
| 44 |  | -    <service android:exported="false" android:name="com.google.firebase.components.ComponentDiscoveryService"> | 
| 45 |  | -      <meta-data | 
| 46 |  | -          android:name="com.google.firebase.components:com.google.firebase.installations.FirebaseInstallationsRegistrar" | 
| 47 |  | -          android:value="com.google.firebase.components.ComponentRegistrar"/> | 
| 48 |  | -    </service> | 
|  | 32 | +	  android:name=".MainApplication" | 
|  | 33 | +	  android:label="Bandwagoner" | 
|  | 34 | +	  android:theme="@style/LightNoActionBarTheme"> | 
|  | 35 | + | 
|  | 36 | +	<activity android:exported="true" android:name=".MainActivity"> | 
|  | 37 | +	  <intent-filter> | 
|  | 38 | +		<action android:name="android.intent.action.MAIN" /> | 
|  | 39 | +		<category android:name="android.intent.category.LAUNCHER" /> | 
|  | 40 | +	  </intent-filter> | 
|  | 41 | +	</activity> | 
|  | 42 | + | 
|  | 43 | +	<service android:exported="false" android:name="com.google.firebase.components.ComponentDiscoveryService"> | 
|  | 44 | +	  <meta-data | 
|  | 45 | +		  android:name="com.google.firebase.components:com.google.firebase.installations.FirebaseInstallationsRegistrar" | 
|  | 46 | +		  android:value="com.google.firebase.components.ComponentRegistrar"/> | 
|  | 47 | +	</service> | 
| 49 | 48 | 
 | 
| 50 | 49 |   </application> | 
| 51 | 50 | 
 | 
|  | 
0 commit comments