diff options
author | zeapo <mohamed@zenadi.com> | 2014-12-16 23:25:55 +0100 |
---|---|---|
committer | zeapo <mohamed@zenadi.com> | 2014-12-16 23:27:30 +0100 |
commit | 47bb25adcbded5e05d4be60bf4eba3bf380f559c (patch) | |
tree | f80fc721969da486d6f7b7720296a18f3957b435 /app/src/main/AndroidManifest.xml | |
parent | f154dc30a4113665c2187be313477a236a790dc7 (diff) |
fix the the git fields and a small refactorv1.2.0.10
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r-- | app/src/main/AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 2532e569..4a124c94 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -11,7 +11,7 @@ <category android:name="android.intent.category.LAUNCHER" /> </intent-filter> </activity> - <activity android:name=".GitHandler" + <activity android:name=".git.GitHandler" android:parentActivityName=".PasswordStore"> <meta-data android:name="android.PARENT_ACTIVITY1" android:value="com.zeapo.pwdstore.PasswordStore" /> |