Skip to content
This repository has been archived by the owner on Oct 15, 2019. It is now read-only.

Commit

Permalink
updated to new name of launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin Frommhold authored and Marvin Frommhold committed Feb 27, 2014
1 parent d39e5ac commit 7f5807a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="de.depressiverobot.android.xposed.hideappsxposed"
android:versionCode="5"
android:versionName="1.1.0" >
android:versionCode="6"
android:versionName="1.1.1" >

<uses-sdk
android:minSdkVersion="15"
Expand All @@ -33,7 +33,7 @@
android:theme="@style/AppTheme" >
<meta-data android:value="true" android:name="xposedmodule"/>
<meta-data android:value="42+" android:name="xposedminversion"/>
<meta-data android:value="Hide apps from the Google Experience Launcher (GEL)." android:name="xposeddescription"/>
<meta-data android:value="Hide apps from the Google Now Launcher (GNL)." android:name="xposeddescription"/>
<activity
android:name="de.depressiverobot.android.xposed.hideappsxposed.HideAppsXposedSettings"
android:label="@string/app_name" >
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Hide Apps Xposed

Xposed module to hide apps from the Google Experience Launcher (GEL).
Xposed module to hide apps from the `Google Now Launcher` (GNL), formerly know as `Google Experience Launcher` (GEL).

## Xposed Module Repository URL

Expand Down

0 comments on commit 7f5807a

Please sign in to comment.