Skip to content

HiFIi/MLand

Repository files navigation

MLand

Java

Layout

Values

Drawables

For ease-of-purpose, I will link you to this drawable-nodpi folder because that basically holds all of the used drawable xml files.

AndroidManifest.xml entry:

    <activity android:name=".egg.MLandActivity"
              android:theme="@android:style/Theme.Material.NoActionBar"
              android:exported="true"
              android:icon="@drawable/icon"
              android:label="@string/mland"
              android:hardwareAccelerated="true"
              android:launchMode="singleInstance"
              android:screenOrientation="locked"
              android:process=":sweetsweetdesserts"
              android:excludeFromRecents="true">
        <intent-filter>
            <action android:name="android.intent.action.MAIN"/>
            <category android:name="android.intent.category.DEFAULT" />
            <category android:name="com.android.internal.category.PLATLOGO" />
        </intent-filter>
    </activity>

Required permissions:

<uses-permission android:name="android.permission.VIBRATE" />

About

The Android Marshmallow Easter Egg open-sourced

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published