Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit df98851d authored by Jack Palevich's avatar Jack Palevich
Browse files

Change the Fountain test app's package to com.android.fountain.

It had been com.android.calc, which caused conflicts with the real Calc
application.
parent 85a2fb07
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.android.calc">
    package="com.android.fountain">
    <application android:label="Fountain">
        <activity android:name="Fountain"
                  android:theme="@android:style/Theme.Black.NoTitleBar">
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
 * limitations under the License.
 */

package com.android.calc;
package com.android.fountain;

import android.app.Activity;
import android.content.res.Configuration;
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
 * limitations under the License.
 */

package com.android.calc;
package com.android.fountain;

import java.io.Writer;
import java.util.ArrayList;
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
 * limitations under the License.
 */

package com.android.calc;
package com.android.fountain;

import java.io.Writer;
import java.util.ArrayList;
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
 * limitations under the License.
 */

package com.android.calc;
package com.android.fountain;

import android.os.Bundle;
import android.util.Log;
Loading